review-changes

Analyze code diffs and documentation updates to identify quality issues.

7|2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/mthines/agent-skills --skill review-changes-mthines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-changes
Source: https://github.com/mthines/agent-skills/tree/main/skills/review-changes
Command: npx skills add https://github.com/mthines/agent-skills --skill review-changes-mthines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the review process by automatically analyzing code changes, tests, and documentation to ensure quality standards are met.

Core Features & Use Cases

  • Automated Code Review: Checks code quality, style, and test coverage in pull requests or branch diffs.
  • Documentation Evaluation: Reviews related documentation for completeness and clarity.
  • Use Case: When a developer submits a pull request, this Skill can automatically review the changes, identify potential issues, and suggest fixes or comments.

Quick Start

Use the review-changes skill to analyze the latest branch for code issues and generate a report.

Frequently Asked Questions about review-changes

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

FAQPage Schema
How do I automate code review for pull requests?

Automated code review for pull requests is achieved by analyzing branch diffs to check code quality, style, and test coverage. This process parses code differences to automatically identify potential issues and suggest fixes or comments.

How does automated analysis detect code quality issues in a branch diff?

Automated analysis detects code quality issues by parsing branch diffs and applying static analysis tools. It evaluates code hygiene and test coverage directly from the repository changes to identify gaps and suggest improvements.

Can I check documentation consistency alongside code changes?

You can check documentation consistency alongside code changes by evaluating related documentation updates for completeness and clarity. The analysis reviews documentation gaps directly within the development workflow.

What is the best way to identify quality issues in repository changes?

The best way to identify quality issues in repository changes is using automated analysis to parse diffs and static analysis tools. This approach detects code hygiene problems and documentation gaps across repositories.

Do I need static analysis tools to evaluate code hygiene in pull requests?

Static analysis tools are required to evaluate code hygiene in pull requests. The automated review process parses code differences and relies on static analysis to detect quality issues and suggest improvements.