Codiff, a local diff review tool
GUI wrapper around git diff with LLM walkthrough, but delta and GitHub already do this.
A viewer for reviewing local code changes in small individual chapters. Works with any AI agent.
Logical chapter grouping beats repository tree order for reading diffs.
Developers using AI coding agents
GitHawk · Reviewable · GitHub Copilot
We got a lot of great feedback but also heard from many people that they wanted to have the chapters experience even before opening a PR… so we built the Stage CLI as the local, open-source version that anyone can try.
Here’s a quick demo video: https://www.tella.tv/video/stage-cli-demo-f55q
It works with any coding agent of your choice. The skill instructs the agent to read your current branch’s changes, break them down into separate logical chapters, and open them in a local browser.
We’ve found that reading changes this way is a lot easier for us than reading them in an IDE or other similar CLI tools, which present diffs to you in repository tree order. You can see a few examples of what it feels like here: https://stagereview.app/explore.
Try it out and let us know what you think! Would love to hear any feedback :)
GUI wrapper around git diff with LLM walkthrough, but delta and GitHub already do this.
Neovim-powered diff viewer that works standalone, no plugin manager or config required.
Wrapper around `git reset --soft` because the author forgets the flags.
Chapter-based PR review beats GitHub's file-by-file diff fatigue.
Staged diff to commit message, but Conventional Commits AI and Commitizen already solve this.
Hunk-level splitting beats git add -p for messy working trees.