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

The lifecycle of a sharded Postgres query

https://planetscale.com/blog/the-lifecycle-of-a-sharded-postgres-query
1•felixyz•44s ago•0 comments

Show HN: Starter.page

https://starter.page/guest/start
1•relatedcode•6m ago•0 comments

You and the Atom Bomb by George Orwell

https://www.orwellfoundation.com/the-orwell-foundation/orwell/essays-and-other-works/you-and-the-...
1•mhb•10m ago•0 comments

Optimizing a single Rust Clippy lint by 3133X

https://blog.goose.love
2•torutofu•13m ago•0 comments

The Rise and Fall of Ruby on Rails [video]

https://www.youtube.com/watch?v=-azghwx0RWc
1•lackoftactics•13m ago•1 comments

Founder Effects Persist Despite Differentiation: A Field Experiment with Lizards

https://www.science.org/doi/10.1126/science.1209566
1•thunderbong•13m ago•0 comments

Replace Net Metering with Batteries

https://www.jefftk.com/p/replace-net-metering-with-batteries
1•mhb•14m ago•0 comments

Show HN: Rendly – Build demo videos from code in seconds

https://github.com/mukundzha/rendly
3•mukundjha06•16m ago•0 comments

Show HN: GHScan – Paste a GitHub URL, get a free security report in the browser

https://ghscan.vercel.app
1•JadaQ•17m ago•0 comments

The AI Industry Has Completely Lost the Plot

https://read.misalignedmag.com/the-ai-industry-has-completely-lost-the-plot-9864cf0c6709
1•lcubw•18m ago•1 comments

From Hand-Crafted to LLM-Based Variation Operators in Metaheuristics

https://camilochs.github.io/semantic-turn-metaheuristics/
1•camilochs•23m ago•0 comments

LTT Leaks Steam Frame's First Look Ahead of Schedule: Quick Summary

https://boilingsteam.com/ltt-leaks-steam-frames-first-look-ahead-of-schedule/
1•ekianjo•23m ago•0 comments

Gemma 4 26B on a 24 GB Mac Mini M4: from 66% CPU to 100% GPU

https://mac-mini-m4-doc.masterfabric.co/
2•gurkandev•23m ago•3 comments

The Hexamodal Distribution of Tech Salaries in Spain

https://www.getmanfred.com/en/blog/hexamodal-distribution-of-tech-salaries-spain
2•ultral•26m ago•0 comments

Being Lazy in C++

https://cpp-rendering.io/being-lazy-in-c/
1•dalvrosa•27m ago•0 comments

Show HN: I Built a CLI for Proton Mail, Drive, Calendar, Pass and Contacts

https://github.com/roman-16/proton-cli
1•Wavum•34m ago•0 comments

Ask HN: MacBook Pro (Max) equivalent Linux laptop?

1•apples_oranges•35m ago•0 comments

Show HN: AgentJIT – Compile dynamic LLM agent workflows into 0.1ms Python

https://github.com/eminsk/agentjit
2•eminskinfo•37m ago•0 comments

Show HN: InterviewsRadar – Sell or find interview experiences

https://interviewsradar.com
2•Lewis-Lin•39m ago•0 comments

Show HN: I built ThreadShelf to reuse hard-to-export AI chats like OpenRouter

https://github.com/ChrystianSchutz/ThreadShelf
1•chrystianpl•40m ago•0 comments

SQLite natively supports JSON as output format

https://mastodon.social/@chr1stian/117263681445001754
1•21sys•42m ago•0 comments

Free domain monitoring through echelongraoh.io

1•akd29121988•43m ago•0 comments

Why AI Benchmarks Are Total BS

https://www.pcmag.com/opinions/why-ai-benchmarks-are-total-bs-and-how-openai-and-anthropic-use-th...
2•mastry•45m ago•0 comments

Solod 0.4: Better C interop

https://antonz.org/solod-0.4/
1•ibobev•46m ago•0 comments

"Deciphering Visceral Instincts" by Diego Bohórquez [video]

https://www.youtube.com/watch?v=YXXYM3Z4fV0
1•binyu•46m ago•0 comments

Principal Component Analysis

https://brashandplucky.com/2023/09/07/principal-component-analysis.html
1•ibobev•46m ago•0 comments

Matt Mullenweg reportedly returns as Automattic CEO 2 days after getting booted

https://www.theverge.com/tech/994087/matt-mullenweg-automattic-ceo-return
19•bookofjoe•47m ago•16 comments

Why is the x86 undefined instruction called ud2? Why 2?

https://devblogs.microsoft.com/oldnewthing/20260910-00/?p=112689
1•ibobev•47m ago•0 comments

Texas puts a brake on its data centre boom

https://www.ft.com/content/3204d65e-ae34-4ab3-a73f-a55d354f40ab
2•JumpCrisscross•51m ago•0 comments

The Kirby Krackle

https://newschematic.org/blog/kirby-krackle/
2•chrisbodhi•51m ago•0 comments