Codiff, a local diff review tool
GUI wrapper around git diff with LLM walkthrough, but delta and GitHub already do this.
Zsh helpers for LLM Git diff review. Pipe any Git diff range into Claude Code or GitHub Copilot CLI.
Zsh wrapper around existing LLM APIs; Claude Code and Copilot already do diff review.
Developers using Zsh shell with Claude Code or GitHub Copilot CLI for code review workflows.
GitHub Copilot CLI · Claude Code CLI · Continue IDE extension
Review the last commit of your feature branch:
claudiff "HEAD^..HEAD" "code review"
Review the last 3 commits of your feature branch:claudiff "HEAD~3..HEAD" "produce gherkin acceptance criteria"
Review working tree changes (uncommitted):claudiff HEAD "Suggest code cleanups"
Review staged changes:claudiff --staged "review as if you were Linus Torvalds"
Review a pull request branch before merging:claudiff "origin/main..HEAD" "review as if you were Anders Hejlsberg"
Since last tag:claudiff "$(git describe --tags --abbrev=0)..HEAD" "Generate release notes"
Or do the same as above with Github Copilot CLI using `copdiff` instead of `claudiff`GUI wrapper around git diff with LLM walkthrough, but delta and GitHub already do this.
Plain English to shell commands in zsh, but it's a wrapper around Claude Code.
Neovim-powered diff viewer that works standalone, no plugin manager or config required.
Vim-native side-by-side diffs with in-diff search, but competes with `git diff --color-words` and fancier GUIs.
Shell aliases for git worktree when the native commands are already short enough.