git-review

Installation
SKILL.md

Git Review

Interactive annotation-based code review using editor overlays.

Activation Triggers

  • "git review", "review changes", "review my changes"
  • "annotate changes", "interactive review"
  • "review diff", "annotate diff"

How It Works

  1. Script generates a cleaned-up diff file (friendly headers, no technical noise)
  2. Opens in $EDITOR via agterm overlay, tmux popup, kitty overlay, or wezterm split-pane
  3. User adds annotations (comments, change requests) directly in the file
  4. Script returns user's annotations as a git diff
  5. Claude reads annotations, fixes code in the real repo
  6. Script regenerates fresh diff (reflecting fixes), opens again
  7. Loop until user closes editor without changes
Installs
12
GitHub Stars
449
First Seen
Mar 5, 2026
git-review — umputun/cc-thingz