A local GitHub-like code review tool to work with agents
Local PR UI exports inline comments as XML for agents to fix automatically.
Your feedback loop with the agent
Finally solves the pain of reviewing 1000-line agent plans without losing context between iterations.
Developers using AI coding agents like Claude Code, Cursor, or Aider
GitHub PR reviews · Cursor · Claude Code
Crit is a single-binary CLI that opens your file in a browser with GitHub-style inline comments. You leave your feedback, hit Finish, and a structured prompt goes to your clipboard. Paste it back to your agent.
When the agent edits the plan, Crit shows you a diff between rounds. You can see exactly which points it addressed - no more re-reading the whole thing to figure out what changed.
The same workflow handles code review. Once you're in the implementation phase, crit opens all your changed files with syntax highlighting and line-level comments. Similar interface inspired by GitHub PR review, same clipboard prompt at the end.
To try it out:
---
brew install tomasz-tomczyk/tap/crit
crit plan.md
---
Runs on localhost. No MCP that adds to your context - it comes with optional `/crit` command that helps your agent launch it, but it works perfectly fine without it.
GitHub: https://github.com/tomasz-tomczyk/crit
Homepage: https://crit.live
Local PR UI exports inline comments as XML for agents to fix automatically.
Yet another AI code reviewer; Copilot, CodeRabbit, and Gitstream already do this.
Ticket-to-PR automation, but Cursor, GitHub Copilot Workspace, and Devin already own this space.
Claude in GitHub Actions with inline comments, but Codiumai and others already own this niche.
GitHub PRs to performance reviews with local Ollama support for privacy.
Finally, a proper diff viewer for AI output that isn't just a terminal scroll.