code-review

Review git diffs with severity ratings from multiple advisor roles.

2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/hg-pyun/claude-code-marketplace --skill code-review-hg-pyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/hg-pyun/claude-code-marketplace/tree/main/plugins/dev-tools/skills/code-review
Command: npx skills add https://github.com/hg-pyun/claude-code-marketplace --skill code-review-hg-pyun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides an immediate, severity-rated review of your code, enabling efficient decision-making by prioritizing issues as critical, major, or minor.

Core Features & Use Cases

  • Severity-rated Code Review: Delivers feedback with CRITICAL/MAJOR/MINOR classifications for actionable insights.
  • Efficient Decision-making: Assists users in triaging fixes based on severity rankings.
  • Use Case: When you're ready to commit or merge code and want to ensure its quality, run the code-review skill for an in-depth review.

Quick Start

Execute "review my staged changes" or "code-review" to trigger the review of your code.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get a severity-rated code review for my git diff?

To get a severity-rated code review for a git diff, trigger the review process to analyze staged changes. The system delegates tasks to multiple advisors, evaluating security, documentation, and overall code quality to generate a consolidated report.

What is severity-rated code review automation?

Severity-rated code review automation is a process that classifies code issues into CRITICAL, MAJOR, or MINOR categories. It helps developers triage fixes efficiently by prioritizing security vulnerabilities and documentation gaps based on their impact.

Can I use review automation to check security and documentation quality together?

Yes, review automation can check security and documentation quality concurrently. It delegates the diff analysis to specialized advisors like a security-auditor and a doc-writer, processing results simultaneously to generate a single consolidated report.

What's the best way to triage code fixes before a merge?

The best way to triage code fixes before a merge is to run an automated review that assigns severity ratings. By categorizing issues as critical, major, or minor, you can prioritize security and quality fixes efficiently before committing.

Do I need to configure dependencies to run automated diff analysis?

No external dependencies are required to run automated diff analysis. The review process operates independently using its internal scripts and references to evaluate the scope and type of your code changes.