review-git-changes

Analyzes and refactors changed code in the git working tree before commit.

Updated Mar 29, 2022
One-click install
npx skills add https://github.com/tangerine1202/cli-config --skill review-git-changes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-git-changes
Source: https://github.com/tangerine1202/cli-config/tree/main/claude/skills/review-git-changes
Command: npx skills add https://github.com/tangerine1202/cli-config --skill review-git-changes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes and refactors only the code you've changed in your git working tree, ensuring your changes are clean, safe, and production-ready before you commit.

Core Features & Use Cases

  • Delta-focused Analysis: Inspects unstaged and staged changes, ignoring untouched code.
  • Automated Feedback: Detects issues in the delta and suggests concrete fixes.
  • Incremental Refactoring: Applies changes one focus area at a time with verification.
  • Traceable Output: Generates a GIT_CHANGES_REVIEW.md with issues, fixes, and suggested test updates.

Quick Start

  • Make a change to your code, then run: "Review my git changes"
  • You will receive a structured report with identified issues and next-step fixes, and you can approve automated changes or inspect them before applying.