review-diffs

Generate a structured review.md with quality score and issues from git diffs.

1|2|Updated Jul 5, 2024
One-click install
npx skills add https://github.com/uuta/dotfiles --skill review-diffs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-diffs
Source: https://github.com/uuta/dotfiles/tree/main/skills/review-diffs
Command: npx skills add https://github.com/uuta/dotfiles --skill review-diffs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates comprehensive code-diff reviews by generating a structured review document that includes a quality score, critical issues, potential performance concerns, and potential bugs.

Core Features & Use Cases

  • Diff-based review: Read git diffs and analyze changes to provide a concise, actionable review.
  • Structured output: Create a review.md in the current directory with score, summary, and issue details.
  • Use Case: When you need a quick, standardized assessment of a patch before merging, run this Skill to produce a reproducible review that highlights risks and improvements.

Quick Start

Review the latest changes in your working tree and generate a review.md with findings.

Frequently Asked Questions about review-diffs

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

FAQPage Schema
How do I automate git diff code review before merging?

Automate git diff code review by running this Skill to read repository changes and generate a structured review.md document containing a numerical quality score, summary, and identified issues.

What is included in an automated code diff quality assessment?

An automated code diff quality assessment includes a numerical quality score, a short summary, critical issues, potential performance concerns, and potential bugs outputted in a structured Markdown document.

Do I need git installed to generate a code review from diffs?

Yes, you need git installed to generate a code review from diffs, as the Skill requires git to read working tree changes and analyze patch differences across repositories.

Can I use this automated code review tool for any repository?

You can use this automated code review tool for any repository, as it applies to code changes across different repositories and outputs the review.md directly in the target directory.

How do I get a reproducible code review for a patch?

Get a reproducible code review for a patch by running this Skill to analyze the latest working tree changes, producing a standardized assessment that highlights risks and improvements.