frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Conventional Comments in GitHub

https://github.com/pullpo-io/conventional-comments
2•francesc_holly•10mo ago
Hey HN, Cesc here, co-founder at Pullpo.

We spend a lot of time doing code reviews on GitHub. One recurring frustration was deciphering ambiguous comments. Misunderstandings slowed us down.

We're big fans of the https://conventionalcomments.org (discussed previously here: https://news.ycombinator.com/item?id=23009467) standard for adding clarity, but remembering and typing the prefixes (suggestion, issue(blocking), etc.) felt like friction.

So, we built a simple, free, open-source Chrome extension to make using this standard effortless within the GitHub UI.

How it works:

• It adds a small toolbar above GitHub comment boxes.

• You click buttons for labels (issue, suggestion, praise, nitpick, etc.) and optional decorators (blocking, non-blocking, if-minor).

• It automatically formats the comment prefix for you.

• There's a "Prettify" option to display prefixes as visual badges (using Shields.io, linked to a simple explainer on pullpo.io).

• It adapts to GitHub light/dark themes.

We built it because we needed it ourselves to improve our internal review process, and thought others might find it useful too. It's completely free and open-source (MIT license).

• Install Link -> https://chromewebstore.google.com/detail/gelgbjildgbbfgfgpib...

• GitHub Repo -> https://github.com/pullpo-io/conventional-comments

• Quick Demo Video -> https://youtu.be/jLzXlZ78rNE?si=KMzIH9Vb43glekEW

We just launched it on the Chrome Web Store. Would love to hear your feedback, suggestions, or any pain points you have with code review comments! Thanks, Cesc

Comments

badmonster•10mo ago
How does the extension hook into GitHub's DOM to inject the comment toolbar, and does it support dynamically loaded elements like in PR reviews with infinite scroll?
francesc_holly•10mo ago
Chrome extensions let you execute JS on certain sites, so we can querySelect all target textareas and insert the toolbar anywhere. And yes! That includes dynamically loaded elements like the PR review window. We can even apply light/dark themes that match GitHub's ;)

If you want specifics you can check out the open-source repo here: https://github.com/pullpo-io/conventional-comments

I suggest looking at `content.js`, constant `TARGET_TEXTAREA_SELECTORS` and function `initializeToolbarForTextarea`.

Show HN: Stupid simple e-ink RSS reader

https://github.com/edleeman17/E-Ink-RSS-Reader
1•ed1727•9s ago•0 comments

Dev jobs up 10% YoY while other jobs down 5.8%. What do you see on the ground?

1•mrborgen•14s ago•0 comments

The DIY OpenClaw Assistant You'll Want to Carry

https://www.hackster.io/news/the-diy-openclaw-assistant-you-ll-actually-want-to-carry-97888b183ac1
1•toomuchtodo•42s ago•0 comments

The Secret History of Knocking on Wood: Most of human nature is not written down

https://resobscura.substack.com/p/neolithic-habits-machine-age-tools
1•benbreen•1m ago•0 comments

Show HN: Tiny-parquet – JavaScript lib to read/write Parquet in 326KB of WASM

https://github.com/nktrchk/tiny-parquet
2•Nikitaita•3m ago•0 comments

Is it just me or is reviewing PRs getting exponentially harder?

https://www.bitarch.dev/blog/the-hidden-cost-of-ai-assisted-coding
1•birdculture•3m ago•0 comments

LLM-as-a-Judge: Evaluating Output Without a Ground Truth

https://www.kerno.io/blog/llm-as-a-judge-evaluating-output-without-a-ground-truth
1•karimtr•3m ago•0 comments

Private Markets Hiring Defies Gloom with $2.5M Pay Deals

https://www.bloomberg.com/news/articles/2026-02-24/private-markets-hiring-defies-gloom-with-2-5-m...
1•petethomas•3m ago•0 comments

A Meta AI security researcher said an OpenClaw agent ran amok on her inbox

https://techcrunch.com/2026/02/23/a-meta-ai-security-researcher-said-an-openclaw-agent-ran-amok-o...
1•tobr•4m ago•0 comments

Show HN: Microgpt-ts – Full GPT in 500 lines of TypeScript, zero dependencies

https://microgpt-ts.vercel.app/
1•sdubois•4m ago•0 comments

Show HN: Maude the Unicorn Slayer – Disrupting Series-B startups in 16-bit

https://maudetheunicornslayer.com/
1•artlessbfa•4m ago•1 comments

Show HN: Scry – Test migrations against production scale copy of your DB

https://www.scrydata.com/blog/the-postmortem-we-never-wrote/
1•gmcquillan•5m ago•1 comments

Show HN: Tabularis – DB GUI where drivers are JSON-RPC executables

1•debba•6m ago•0 comments

Tesla's Europe problem keeps getting worse

https://www.cnbc.com/2026/02/24/tesla-car-sales-elon-musk-europe-autos-trump-evs.html
1•Betelbuddy•7m ago•0 comments

Claude AI Agents Built a C Compiler:What It Means for the Future of AI Coding

https://manojgopanapalli.substack.com/p/sixteen-claude-ai-agents-built-a
1•thecontentboy•7m ago•0 comments

Show HN: Harp – Offline, Org-Mode Based Personal Health Records Application

https://docs.lepisma.xyz/harp/
1•lepisma•8m ago•0 comments

Show HN: I analyze your GitHub code and generate a developer personality card

https://howyoucode.dev
1•marcelglaeser•8m ago•1 comments

The long tail of niche AI apps on demand

https://www.djmurphy.net/blog/apps-on-demand/
2•sollewitt•9m ago•0 comments

Show HN: AI-Nexus – Unified Rule Manager for Claude Code, Cursor, and Codex

https://github.com/JSK9999/ai-nexus
1•suntrix3•9m ago•1 comments

Conduit AI – AI voice agent that answers missed calls for service businesses

https://www.conduitai.io/
1•wpbluiss•10m ago•1 comments

IBM posts steepest daily drop since 2000

https://www.reuters.com/business/ibm-posts-steepest-daily-drop-since-2000-after-anthropic-says-ai...
1•saikatsg•11m ago•1 comments

China Bet Billions on Agentic AI as Commerce Becomes the New Battleground

https://manojgopanapalli.substack.com/p/chinas-hyperscalers-bet-billions
1•thecontentboy•11m ago•0 comments

The Flight – Niklaus Wirth as co-pilot

http://coraid.com/b180724-the-flight.html
1•rbanffy•11m ago•0 comments

Show HN: Waggle – A search engine for A2A protocol agents

https://waggle.zone
1•enmerk4r•12m ago•0 comments

Show HN: Jsonchunk – Parse incomplete JSON from streaming LLM responses

https://github.com/jbingen/jsonchunk
1•jbingen•12m ago•0 comments

Meta is planning stablecoin comeback in the second half of this year

https://www.coindesk.com/business/2026/02/24/mark-zuckerberg-s-meta-is-planning-stablecoin-comeba...
2•mfiguiere•13m ago•0 comments

Show HN: Omni – Open-source workplace search and chat, built on Postgres

https://github.com/getomnico/omni
1•prvnsmpth•13m ago•0 comments

ProducerAI: Music creation partner, now in Google Labs

https://blog.google/innovation-and-ai/models-and-research/google-labs/producerai/
1•doppp•14m ago•0 comments

We audited both MCP SDKs – three classes of boundary-crossing vulnerabilities

1•manuelnd•14m ago•0 comments

My perfect Music app doesn't exist

https://hicks.design/journal/my-perfect-music-app-doesnt-exist
2•dewey•15m ago•0 comments