code-reviewer

Generate structured markdown code-review reports from git diffs.

5|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/GuicedEE/ai-rules --skill code-reviewer-guicedee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/GuicedEE/ai-rules/tree/main/skills/.curated/code-reviewer
Command: npx skills add https://github.com/GuicedEE/ai-rules --skill code-reviewer-guicedee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams produce clear, actionable code-review feedback from diffs to prevent regressions and speed up shipping.

Core Features & Use Cases

  • Automated review report generation from git diffs.
  • Risk-focused triage and heuristic checks for correctness, security, and maintainability.
  • Structured review outputs with sections for major issues, minor suggestions, risks, and a test plan.

Quick Start

Run the included review_diff.py tool against your diff to generate a structured review.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review from a git diff?

You can automate code review from a git diff by parsing the diff to identify risk patterns and generating a structured markdown report covering correctness, security, and maintainability.

What is structured code review feedback for pull requests?

Structured code review feedback organizes patch analysis into actionable sections for major issues, minor suggestions, risks, tests, and follow-ups to prevent regressions and speed up shipping.

How do I generate a code review report for security and maintainability risks?

You generate a code review report by applying heuristic checks to a git diff, triaging for correctness, security, and maintainability risks, and outputting the findings as a markdown document.

Can I use automated diff review for patches across multiple software projects?

Yes, automated diff review can be applied to pull requests and patches across software projects, enabling reviewers to focus on correctness, security, and maintainability consistently.

What's the best way to triage code risks in a pull request?

The best way to triage code risks in a pull request is to run an automated review script against the diff to produce a structured report highlighting major issues, risks, and test plans.