review-changes
Installation
SKILL.md
Review Git Changes
Instructions
Perform thorough code review of current working copy changes, optionally compare to plan, and identify engineering issues.
Phase 1: Discover Changes & Context
Step 1: Get Current Changes
# See changed files
git status
# See detailed diff
git diff
# See staged changes separately
git diff --cached