review-staged-changes
Originally fromlichens-innovation/skills
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:
- Get the staged diff:
git diff --cachedorgit diff --staged - Analyze each change against the four criteria below
- 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: