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
- Checks for staged files using
git diff --staged --name-only - Fetches staged changes using
git diff --staged
Related skills