cd /news/ai-agents/show-hn-crt-a-local-code-review-tool… · home topics ai-agents article
[ARTICLE · art-134219] src=github.com ↗ pub= topic=ai-agents verified=true sentiment=· neutral

Show HN: CRT – a local code review tool for agentic development

A developer released crt, a local code review tool for reviewing AI-generated code, via a Show HN post on Hacker News. crt shows all files changed since a given commit along with their diffs, lets users approve files and leave comments on sections needing work, and connects to coding agents over MCP so the agent reads the comments and iterates; crt then updates diffs to show only changes since the most recent approval. The tool is described as a work in progress that the author has used and improved daily for the last few months.

read1 min views3 publishedSep 18, 2026

I built crt to help reduce the burden of reviewing AI generated code.

As fun as it is to vibecode software to production, sometimes you still need to understand and be responsible for the code that agents write. "It's the agents fault" doesn't work as an excuse for many types of software.

Agents are great (and prolific) at writing code, but not so great at engineering software and I wanted a convenient way to review AI output and iterate on the parts that needed work without needing to re-review things that I was happy with, and thus crt was born.

You run it on your code base it shows you all files that have changed since a given commit, and all the diffs for those files. You approve files that you are happy with, and leave comments on sections of code that still need work.

Then you point your agent at crt over mcp, and it reads all your comments and you work with the agent to address them. This feedback loop is where crt shines because it reduces the manual effort involved in trying to tell an agent which parts of the code have a problem.

crt updates the diffs as this happens, only showing changes since the most recent approval, and you continue with the comment/mcp/agent feedback loop until you are happy with all the code.

It's still very much a work in progress but works well enough I've been using (and improving) it daily for the last few months.

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

Points: 1

── more in #ai-agents 4 stories · sorted by recency
── more on @crt 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-crt-a-local-…] indexed:0 read:1min 2026-09-18 ·