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/agent-skills

Installs
33
First Seen
Feb 13, 2026