frontpage.
newsnewestaskshowjobs

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`.

Fake Viral Guitarists Strike Again

https://www.youtube.com/watch?v=-Eik8uBvdxY
1•root-parent•39s ago•0 comments

Hackers Publish Knicks and Madison Square Garden Data Online

https://www.404media.co/hackers-publish-knicks-and-madison-square-garden-data-online/
2•Cider9986•52s ago•0 comments

Biff.fx: lightweight effects system for Clojure

https://biffweb.com/p/fx/
1•jacobobryant•1m ago•0 comments

Yes, we still need engineers

https://mattsayar.com/yes-we-still-need-engineers/
1•MattSayar•1m ago•0 comments

Ask HN: What do you think about blockchain's current trajectory

2•mobear•1m ago•0 comments

Google's Training Supercomputers from TPU v2 to Ironwood: Five Generations

https://arxiv.org/abs/2606.15870
1•matt_d•3m ago•0 comments

Can LLM Agents Infer World Models? Evidence from Agentic Automata Learning

https://arxiv.org/abs/2606.16576
1•Anon84•3m ago•0 comments

Apache Fory Serialization 1.2.0: JDK 25 support without sun.misc.Unsafe

https://github.com/apache/fory/releases/tag/v1.2.0
1•chaokunyang•3m ago•1 comments

Earth's underground fungal network would span 10% of the Milky Way

https://www.livescience.com/planet-earth/plants/earths-underground-fungal-network-is-so-massive-i...
1•gmays•4m ago•0 comments

Qwen-RobotWorld Technical Report

https://arxiv.org/abs/2606.17030
1•ilreb•5m ago•0 comments

JoyAI-VL-Interaction: Real-Time Vision-Language Interaction Intelligence

https://arxiv.org/abs/2606.14777
1•ilreb•5m ago•0 comments

Making ast.walk 220x Faster

https://reflex.dev/blog/why-ast-walk-when-you-can-ast-sprint/
4•palashawas•6m ago•0 comments

A Short Explanation of the Zettelkasten Method

https://isgin01.github.io/posts/explanation-of-zettelkasten/
1•pullshark91•6m ago•0 comments

Robinhood to cut 10% of workforce in restructuring

https://www.reuters.com/sustainability/robinhood-cut-10-its-full-time-workforce-2026-06-16/
1•indiesense•6m ago•0 comments

The ongoing debacle of hiring a fake coworker

1•blinkbat•7m ago•0 comments

Uncritical use of AI causes countrywide scandal at Starbucks Korea

https://www.theguardian.com/world/2026/jun/16/starbucks-korea-shut-all-stores-tank-day-promotionB...
2•Blackthorn•8m ago•0 comments

Agent Architecture Is a Compute Allocation Problem: The Advisor Strategy

https://harrisonsec.com/blog/agent-architecture-compute-allocation-advisor-strategy/
1•gzxharrison001•9m ago•0 comments

How we evaluate our LLM judge

https://build.forus.com/how-we-evaluate-our-llm-judge-a-perturbation-based-approach
2•abeinstein•9m ago•0 comments

Can gzip be a language model?

https://nathan.rs/posts/gzip-lm/
2•nathan-barry•10m ago•1 comments

The Faithfulness of LLMs as Solvers and Autoformalizers in Legal Reasoning

https://arxiv.org/abs/2606.16118
1•root-parent•11m ago•0 comments

The AI Hype – Too Costly – Alternative Rock, Original Lyrics [Video]

https://www.youtube.com/watch?v=jwfuNk2cRDc
1•NedCode•12m ago•0 comments

The Same Hetzner VM Cost $60 Last Week. Today It Costs $154

https://webbynode.com/articles/same-hetzner-vm-cost-60-last-week-today-hetzner-offers-it-at-154
2•gsgreen•13m ago•2 comments

Python 3.13 gets a JIT (2024)

https://tonybaloney.github.io/posts/python-gets-a-jit.html
1•tosh•13m ago•0 comments

TreeTrace, Git records what changed;this records how you steer your LLM sessions

https://github.com/TreeTraceTool/TreeTrace
1•ZionBoggan•14m ago•0 comments

Never Talk to the Police. Period

https://www.campolalaw.com/why-you-should-never-talk-to-the-po
2•Cider9986•15m ago•0 comments

Databricks Acquires Panther

https://www.databricks.com/company/newsroom/press-releases/databricks-agrees-acquire-panther-furt...
3•scapecast•17m ago•0 comments

Show HN: Sentinel – prevent duplicate execution using Postgres

https://github.com/Sreejay-reddy/Sentinel
1•Sreejay_reddy•17m ago•0 comments

GateGPT: 56k tokens per second Transformer (KV cache) on FPGA at 80 MHz

https://twitter.com/fguzmanai/status/2065832668172845209
9•laxmena•19m ago•1 comments

Hardware Is Asynchronous. Most of Our Operating Systems Still Aren't

https://vorjdux.com/articles/hardware-is-async.html
3•homarp•19m ago•0 comments

Apple's weird anti-nausea dots cured my car sickness

https://www.theverge.com/tech/942854/apple-vehicle-motion-cues-review-really-work
8•neilfrndes•19m ago•0 comments