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
Installs
4
GitHub Stars
4
First Seen
Feb 27, 2026
review-changes — cygnusfear/claude-stuff