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•1y 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•1y 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•1y 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`.

What I gained with a new number / What I lost with a new number

https://shub.club/writings/2026/may/new-number/
1•forthwall•42s ago•0 comments

Phone addiction has been solved (imo)

https://apps.apple.com/au/app/vindica/id6759234319
1•BillAustin•2m ago•1 comments

Cooperating in a Conversation

https://wilsoniumite.com/2026/05/04/cooperating-in-a-conversation/
1•Wilsoniumite•7m ago•0 comments

Cary Elwes Struggled After 'Princess Bride.' Al Pacino Set Him on Right Path

https://www.wsj.com/real-estate/cary-elwes-mia-peacock-22f9c450
1•petethomas•7m ago•0 comments

The dead hang delight: quick simple exercise can change your live

https://www.theguardian.com/lifeandstyle/article/2024/aug/04/the-dead-hang-delight-how-this-quick...
1•toilet•7m ago•0 comments

The Cult of Male Miata Drivers (2022)

https://melmagazine.com/en-us/story/men-who-drive-mazda-miata
1•herbertl•7m ago•0 comments

The collaborative software development playbook for remote and distributed teams

https://open-and-async.com/
1•mooreds•7m ago•0 comments

Looking for feedback on AI content in R/programming and the April no-AI trial

https://old.reddit.com/r/programming/comments/1t4odyl/looking_for_feedback_on_ai_content_in/
1•birdculture•8m ago•0 comments

Approximate location sharing gives you more control in Chrome

https://blog.google/products-and-platforms/products/chrome/approximate-location-chrome-on-android/
1•xnx•9m ago•0 comments

Should the Grizzly Return to California?

https://amp.sacbee.com/opinion/op-ed/article315602357.html
1•erikcw•12m ago•0 comments

Reset-free DNA logic circuits for real-time input processing and memory

https://www.science.org/doi/10.1126/sciadv.aeb1699
1•PaulHoule•13m ago•0 comments

Xbox CEO ends Copilot AI development and overhauls leadership

https://www.dexerto.com/gaming/xbox-ceo-ends-copilot-ai-development-overhauls-leadership-3361353/
1•gmays•14m ago•0 comments

Printing Blogs

https://fi-le.net/print/
1•fi-le•17m ago•0 comments

The West's bubble of illusion about Israel and about itself is being burst

https://www.middleeasteye.net/opinion/west-bubble-illusion-israel-about-itself-finally-being-burst
7•cramsession•21m ago•0 comments

The Rising Chinese Automaker Not Named BYD

https://www.nytimes.com/2026/04/27/business/geely-china-byd-export.html
1•bookofjoe•22m ago•1 comments

Orbital Economics Post #19 – The Orbital GPU Competition

https://orbitaleconomics.substack.com/p/orbital-economics-post-19-april-30
1•valgin2150•22m ago•0 comments

.NET Memory Performance Analysis

https://github.com/Maoni0/mem-doc/blob/master/doc/.NETMemoryPerformanceAnalysis.md
1•Brysonbw•23m ago•0 comments

Release PiClaw v2.2.2 – Lothlórien · rcarmo/piclaw

https://github.com/rcarmo/piclaw/releases/tag/v2.2.2
2•rcarmo•26m ago•0 comments

Inside the Old Skydiving Plane Hunting Drones in Ukraine [video]

https://www.youtube.com/watch?v=d0b6ECKU_Os
1•breve•28m ago•0 comments

Sheep Music and Wedding Bands

https://www.autodidacts.io/bookworm-pronunciation-syndrome/
1•Curiositry•30m ago•0 comments

RadixArk's $100M Seed Round

https://www.radixark.com/blog/radixark-launches-100m-seed
1•shenli3514•32m ago•0 comments

Tracing Garbage Collection

https://en.wikipedia.org/wiki/Tracing_garbage_collection
1•Brysonbw•33m ago•0 comments

.de TLD Issue Solved

3•kaltsturm•33m ago•0 comments

Why Only Rich Kids Make It in Music Today

https://www.youtube.com/watch?v=sjJrR1OdAIg
4•tcp_handshaker•33m ago•0 comments

Locality of Reference

https://en.wikipedia.org/wiki/Locality_of_reference
1•Brysonbw•34m ago•0 comments

How to Scale Your Model: A Systems View of LLMs on TPUs

https://jax-ml.github.io/scaling-book/
2•firasd•38m ago•0 comments

I Like Using Docker Compose in Production

https://nickjanetakis.com/blog/why-i-like-using-docker-compose-in-production
2•nonrecursive•39m ago•0 comments

DNSSEC Authentication Chain

https://dnsviz.net/d/chaoswelle.de/dnssec/
1•doener•40m ago•0 comments

Krabby: Making a Fast Rust Compiler

https://bal-e.org/speed/krabby/
1•aw1621107•40m ago•0 comments

Google DeepMind Workers Vote to Unionize over Military AI Deals

https://www.wired.com/story/google-deepmind-workers-vote-to-unionize-over-military-ai-deals/
7•breve•41m ago•0 comments