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
Related skills

More from cygnusfear/claude-stuff

Installs
4
GitHub Stars
3
First Seen
Feb 27, 2026