review-changes

Community

Automate code reviews, catch issues before they merge.

AuthorCygnusfear
Version1.0.0
Installs0

System Documentation

What problem does it solves? Manual code reviews are time-consuming and can miss critical issues like bugs, over-engineering, or deviations from the original plan. This skill automates a thorough code review of current git changes, identifying engineering issues and ensuring quality before merging.

Core Features & Use Cases

  • Comprehensive Git Diff Analysis: Systematically reviews all added, modified, and deleted files in the current working copy.
  • Plan Compliance Verification: Compares changes against existing implementation plans, checking for adherence to design, architecture, and REMOVAL SPEC compliance.
  • Engineering Issue Identification: Flags bad engineering (logic bugs, poor error handling), over-engineering (unnecessary abstraction), and suboptimal solutions (duplication, poor naming).
  • Use Case: Before submitting a pull request, use this skill to get an automated, in-depth review of your changes, ensuring quality, adherence to project standards, and catching critical bugs or architectural flaws early.

Quick Start

See changed files

git status

See detailed diff

git diff

See both staged and unstaged changes

git diff HEAD

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: review-changes
Download link: https://github.com/Cygnusfear/claude-stuff/archive/main.zip#review-changes

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository