review-changes

Analyze staged code changes for defects, style issues, and missing tests.

49|9|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Terryc21/xcode-workflow-skills --skill review-changes-terryc21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-changes
Source: https://github.com/Terryc21/xcode-workflow-skills/tree/main/skills/review-changes
Command: npx skills add https://github.com/Terryc21/xcode-workflow-skills --skill review-changes-terryc21

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-commit review of staged changes for bugs, style issues, and missing tests. Concrete patterns, not just checklists. Triggers: "review changes", "review my code", "check before commit", "pre-commit review".

Core Features & Use Cases

  • Automated Diff Analysis: Inspect diffs across modified files to surface correctness, security, performance, and style issues.
  • Guided Review Workflow: Step-by-step checks aligned with best practices, including error handling and test coverage assessment.
  • Use Case: When preparing a commit, run the review to generate a concise report highlighting file-level issues and suggested fixes.

Quick Start

Execute /review-changes to begin a full pre-commit review of staged changes.

Frequently Asked Questions about review-changes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review staged changes for bugs and missing tests before a git commit?

Pre-commit code review analyzes staged file diffs to surface correctness, security, performance, and style issues, generating a structured report with actionable fix recommendations before committing.

What does a pre-commit code review check for in modified files?

Pre-commit review inspects modified file diffs using a multi-step checklist covering correctness, security, performance, UI patterns, error handling, and test coverage to identify defects and style issues.

How do I run an automated diff analysis on staged git changes?

Run automated diff analysis by triggering a pre-commit review command that scopes staged changes by file and change type, applying targeted checks to produce a concise file-level issue report.

Can I scope a code review to specific files and change types before committing?

Yes, pre-commit review scopes staged changes across a repository by file and change type, enabling targeted diff analysis that focuses checks only on modified code areas.

What is the best way to automate quality checks for staged git changes?

Automate quality checks for staged changes by using a guided review workflow that enforces a multi-step checklist and produces a structured report highlighting file-level issues with suggested fixes.

When do I need to run a pre-commit review on my code?

Run a pre-commit review when preparing a commit to catch defects, style issues, and missing tests early, ensuring staged changes pass quality, security, and performance checks before entering the repository.