Development
Command
/revdiff
Review git diff with revdiff TUI, then fix all annotations
Install
> /plugin marketplace add umputun/revdiff > /plugin install revdiff@revdiff
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/revdiff
Context preview
What this command does when you run it.
Review git diff with revdiff TUI, then fix all annotations
Command definition
revdiff.mddescription: Review git diff with revdiff TUI, then fix all annotations
Use the revdiff tool with ref="$ARGUMENTS" to launch the interactive diff review. Exit code `10` means annotations were captured; treat it as success, not failure. Wait for the annotations, then address each one with code changes. After fixing everything, summarize what you changed.
Ships withrevdiff
TUI for reviewing diffs, files, and documents with inline annotations. Outputs structured annotations to stdout on quit, making it easy to pipe results into AI agents, scripts, or other tools.
Get the whole plugin

