review-changes

Generate markdown reports of local Git changes for code review.

1|1|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/wineast/agent0 --skill review-changes-wineast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-changes
Source: https://github.com/wineast/agent0/tree/main/.claude/skills/review-changes
Command: npx skills add https://github.com/wineast/agent0 --skill review-changes-wineast

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers and reviewers generate comprehensive change reports of local Git modifications, streamlining pre-commit review processes.

Core Features & Use Cases

  • Change Summary Generation: Summarizes the purpose and scope of local modifications.
  • Detailed Diff Reports: Provides specific code differences with key snippets highlighted.
  • Impact Analysis: Assesses potential effects of recent changes on the project.
  • Use Case: A developer wants to review recent local changes before committing. This Skill generates an organized, detailed markdown report outlining all modifications with explanations and suggested commit messages.

Quick Start

Use the review-changes skill to analyze your current Git workspace and produce a detailed review document.

Frequently Asked Questions about review-changes

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

FAQPage Schema
How do I generate a markdown report for local Git changes before committing?

To generate a markdown report for local Git changes, you can automate the extraction of Git status and diffs using Bash scripts. This produces a comprehensive document summarizing modifications, highlighting key snippets, and suggesting commit messages for pre-commit review.

What is the best way to document code diffs for a pre-commit code review?

The best way to document code diffs for a pre-commit review is to automate markdown report generation from your local Git workspace. This approach assesses potential project impacts and provides specific code differences with key snippets highlighted for easy reviewing.

Can I use Bash scripts to automate Git change summaries for multiple diff scenarios?

Yes, you can use Bash scripts to automate Git change summaries across multiple diff scenarios. The scripts extract local Git status and diffs to create detailed markdown documentation, ensuring comprehensive change tracking compatible with various project workflows.

Does this Git diff documentation approach work without external dependencies?

Yes, this Git diff documentation approach works without external dependencies because it relies solely on internal Bash scripts. These scripts interact directly with your local Git workspace to extract status and diffs, requiring no additional packages or libraries to function.

How do I analyze the potential impact of recent local Git modifications on my project?

To analyze the potential impact of recent local Git modifications, you can generate a detailed change report that assesses effects on the project. This report summarizes the purpose and scope of local modifications alongside specific code differences to streamline your review process.