code-review

Review git changes for defects, security gaps, and breaking changes.

18|3|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/buYoung/skills --skill code-review-buyoung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/buYoung/skills/tree/main/skills/code-review
Command: npx skills add https://github.com/buYoung/skills --skill code-review-buyoung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews are slow, error-prone, and difficult to scale; this Skill automates rigorous, evidence-backed evaluation of code changes to improve quality, security, and reliability.

Core Features & Use Cases

  • Classifies changes, retrieves diffs, analyzes findings, traces impact, and generates a formal report suitable for stakeholders.
  • Supports commit-range and file-scoped reviews with risk-weighted verdicts and breaking-change detection.
  • Use Case: Integrate into CI to automatically review pull requests and highlight critical findings before merging.

Quick Start

Run a patch or commit hash through the workflow to generate an evidence-backed, risk-weighted code-review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for git commits before merging?

Automate code reviews by running commit hashes or file-scoped changes through the workflow to retrieve diffs and generate an evidence-backed, risk-weighted report highlighting critical findings before merging.

What is an evidence-backed code review and how does it evaluate security gaps?

An evidence-backed code review analyzes git changes to identify defects and security gaps, providing findings with severity, confidence, impact, and remediation suggestions in a structured review report.

Does automated code review work with commit ranges and file-scoped changes?

Yes, automated code review supports commit-range and file-scoped changes, classifying modifications, tracing impact, and detecting breaking changes to provide risk-weighted verdicts for stakeholders.

Can I integrate automated code analysis into CI to evaluate pull requests?

Yes, you can integrate this code analysis into CI to automatically review pull requests, classify changes, and highlight critical findings with formal reports suitable for stakeholders.

What is the best way to detect breaking changes and defects in a git diff?

The best way to detect breaking changes in a git diff is applying an automated code review that traces impact and delivers risk-weighted verdicts with remediation suggestions.