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:

Installs
14
First Seen
Feb 26, 2026
review-staged-changes — lichens-innovation/ai-dev-tools