cd /news/ai-tools/ai-review-reviewing-ai-code-before-i… · home topics ai-tools article
[ARTICLE · art-43774] src=jackfranklin.co.uk ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

ai-review: reviewing AI code before it lands

Developer Jack Franklin launched ai-review, an open-source tool that lets terminal-based AI coding agents present plans and diffs in a browser for line-by-line review. The tool bridges the gap between terminal AI workflows and IDE-style code review, enabling developers to leave feedback that feeds back into the agent's conversation.

read2 min views1 publishedJun 7, 2026

Over the years I have become very comfortable as a developer who spends most of his time in the terminal. I've spent far too long tweaking my dotfiles to make things just how I like, and I have been a Vim/Neovim user for the best part of fifteen years.

This trend has continued into the AI era. I've tried various IDEs and UI tools, but I always come back to Claude Code, Gemini CLI, and others.

There is one area where I have always been jealous of IDE users: reviewing AI plans and code. Claude will present a plan in the terminal, but it's just hard to review in detail, and I cannot highlight specific lines to leave feedback on. The same problem hits once the code is written — scrolling through a terminal diff isn't fun nor is it a good way to spot problems, at least not for me.

So, I built ai-review. AI Review offers you a way to review the plan, or a git diff, in the browser. You can leave line by line feedback, and have space for general comments too. Once you're done, your comments and the lines they reference are passed straight back into the conversation for the agent to act on.

This gives you the comfort of a terminal AI agent, with the ability to intuitively review the plan in the browser, using your mouse and keyboard.

My workflow is now:

Planning phase:

/review-plan put the final plan together

Code review phase:

/review-diff let me review your code

If you're more of a visual learner, I recorded a video which shows my workflow for reviewing plans with this tool.

You can find full instructions on GitHub but the TLDR is:

npm install -g @jackfranklin/ai-review

(note: the npm package is just @jackfranklin/ai-review

, not `ai-review-plan`

)`/review-plan`

skill to your agent.

If you have feedback, you can find me
[on various platforms here](https://jackf.io/) or leave an issue on the GitHub

repo. Happy plan and code reviewing!

── more in #ai-tools 4 stories · sorted by recency
── more on @jack franklin 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/ai-review-reviewing-…] indexed:0 read:2min 2026-06-07 ·