diff-review-doc

Installation
SKILL.md

Diff Review Doc

Generate comprehensive code review documents from git diffs, providing detailed analysis with real code snippets, business flow breakdown, and actionable review recommendations.

Workflow

1. Obtain Diff Content

If user provides diff directly:

  • Accept the diff content as-is
  • Parse to identify changed files and hunks

If no diff is provided:

  • Use scripts/get_diff.sh to retrieve changes:
    # Get all uncommitted changes (default)
    ./scripts/get_diff.sh
    
Related skills
Installs
4
GitHub Stars
5
First Seen
Jan 25, 2026