review-staged

Installation
SKILL.md

Review Staged Files Skill

Generate AI-powered code review comments for your staged files (git staged changes) before committing. Catch issues early in the development process using the same rigorous review standards as PR reviews.

Usage

/review-staged              # Review all staged files
/review-staged --verbose    # Show detailed analysis

Examples:

  • /review-staged - Review all currently staged files
  • /review-staged --verbose - Show detailed analysis with full context

What this skill does

  1. Checks for staged files using git diff --staged --name-only
  2. Fetches staged changes using git diff --staged
Related skills
Installs
4
GitHub Stars
39
First Seen
Apr 16, 2026