git-review

Capture cleaned Git diffs and collect inline annotations in an editor.

439|45|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/umputun/cc-thingz --skill git-review-umputun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-review
Source: https://github.com/umputun/cc-thingz/tree/main/plugins/review/skills/git-review
Command: npx skills add https://github.com/umputun/cc-thingz --skill git-review-umputun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Reduces the friction of code reviews by converting raw Git diffs into clean, readable patches and gathering inline annotations in an editor. This helps teams surface issues directly on the code, accelerate review cycles, and keep feedback organized.

Core Features & Use Cases

  • Cleaned diffs generated from your changes with readable headers.
  • Inline annotations collected in your editor and turned into a git diff.
  • Looped feedback flow that proposes a plan, applies fixes, and regenerates updated diffs until reviewers are satisfied.

Quick Start

Launch the git-review.py script to start an interactive review session.

Frequently Asked Questions about git-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect inline annotations on a git diff for code review?

To collect inline annotations on a git diff, this Skill captures cleaned diffs and uses an editor overlay to gather comments. It converts raw changes into readable patches and turns your editor annotations directly into structured git diffs.

Can I review uncommitted changes and branch-based diffs?

Yes, you can review both uncommitted changes and branch-based diffs. The Skill applies its interactive workflow to staged, unstaged, and branch-differentiated code, capturing the necessary patches to guide structured feedback loops.

How do I automate a looped feedback flow for code fixes?

To automate a looped feedback flow for code fixes, the Skill proposes a plan, applies fixes, and regenerates updated diffs. It uses a temporary review repository in /tmp to ensure subsequent review cycles reflect corrected code.

Do I need any external dependencies to run the interactive code review workflow?

No external dependencies are required to run the interactive code review workflow. The Skill operates independently using its bundled scripts to process diffs and manage editor overlays without additional installed packages.

What is the best way to convert raw Git diffs into clean, readable patches?

The best way to convert raw Git diffs into clean, readable patches is to launch the Skill's interactive script. It processes changes automatically, generating a cleaned diff with readable headers to reduce friction during code reviews.