cd /news/ai-tools/show-hn-git-lrc-free-micro-ai-code-r… · home topics ai-tools article
[ARTICLE · art-29602] src=github.com ↗ pub= topic=ai-tools verified=true sentiment=· neutral

Show HN: git-lrc – Free, Micro AI Code Reviews That Run on Git Commit

A developer released git-lrc, a free AI tool that provides micro code reviews on each git commit, aiming to catch issues early and improve code understanding in AI-assisted development. The tool analyzes diffs for risk patterns and records review decisions in git history.

read2 min views1 publishedJun 16, 2026

Hi HN, I'm the author of git-lrc, would appreciate some feedback from the community

Last year my team started using AI coding tools more heavily, and we found ourselves generating tons of code, but spending less time looking at the stuff that's been generated.

We felt like we were losing a bit of grip/understanding of what we were building. Regressions occasionally slipped through. Sometimes changes made it all the way to production only to be reverted later.

We tried several AI code review tools, but most operate at PR time. That felt too late. I wanted review to happen while the implementation was still fresh in the developer's mind at a team level (soft enforcement). I also wanted to emphasize responsibility for keeping prod stable with each individual engineer.

So I built git-lrc.

When you commit, git-lrc opens a review UI with your diff. It summarizes what changed, points out things that deserve a second look, and lets you quickly jump through the important parts of the change.

Over time, git-lrc has grown to check for around 100 common risk patterns across 10 categories, including security, reliability, performance, maintainability, etc.

Note that this is far from a formal review. It's a quick 60 seconds spent looking at your own work before it gets recorded in git.

It also generates a short "summary deck" that highlights the main changes, with special emphasis on potential risks. With git-lrc you can quickly sanity-check what you're about to ship and obtain greater confidence in what's been generated.

In my mind it is less of an AI reviewer and more as a habit for AI-assisted development: a small to make sure we understand and stand behind the code we're shipping.

Developers can review the change, vouch for it, or consciously skip the review. Those decisions get recorded in git history, creating a trail of how code was reviewed before it shipped.

It'd be great if you could take a look, give it a try in your projects or teams and let me know what you think.

Happy to take feedback from the HN community and improve it over time!

GitHub: [https://github.com/HexmosTech/git-lrc](https://github.com/HexmosTech/git-lrc)

Comments URL: [https://news.ycombinator.com/item?id=48555511](https://news.ycombinator.com/item?id=48555511)

Points: 2

── more in #ai-tools 4 stories · sorted by recency
── more on @hexmostech 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-git-lrc-free…] indexed:0 read:2min 2026-06-16 ·