review-staged-changes

Installation
SKILL.md

Review Staged Changes

Reviews staged git changes to ensure they improve code quality, maintainability, and readability without introducing regressions.

Workflow

When reviewing staged changes:

  1. Get the staged diff: git diff --cached or git diff --staged
  2. Analyze each change against the four criteria below
  3. Provide structured feedback using the template in this skill: templates/review-summary.md (relative to the skill directory)

Review Criteria

1. Contextual Sense

Verify changes align with the stated purpose:

  • Do the modifications address the intended goal?
Related skills
Installs
25
First Seen
Feb 24, 2026