code-review

Evaluate code snippets against a five-dimension rubric and output a review report.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/KILWA73/MiniSoc --skill code-review-kilwa73
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/KILWA73/MiniSoc/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/KILWA73/MiniSoc --skill code-review-kilwa73

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Code Review skill provides a structured, rubric-guided approach to evaluating code submissions, helping teams identify defects, security concerns, and maintainability issues early in the review process.

Core Features & Use Cases

  • Structured Review Process: Enforces a five-dimension review order (Correctness, Security, Performance, Readability, Tests) with a standardized rubric and severity labels to ensure consistent feedback.
  • Reference-Led Evaluation: Integrates links to review rubrics and security checklists to raise the bar for code quality across projects.
  • Reusable Feedback Template: Generates a canonical review report format suitable for PR discussions and team knowledge sharing.

Quick Start

Provide a patch or code snippet that needs review and request a structured assessment and remediation recommendations.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a structured code review on a pull request?

A structured code review evaluates pull requests using a five-dimension rubric covering correctness, security, performance, readability, and tests. You provide a patch or code snippet, and the review generates a formal report with severity labels and remediation recommendations.

What does a standardized code review rubric include?

A standardized code review rubric includes five evaluation dimensions: correctness, security, performance, readability, and tests. It enforces a consistent review order and applies severity labels to identify defects, security concerns, and maintainability issues.

Can I use static analysis to automate security checks during code reviews?

Yes, security checks are integrated into the code review process using a dedicated security checklist. This ensures vulnerabilities are caught early by guiding reviewers through structured security assessments alongside correctness and performance evaluations.

How do I generate a reusable code review report for team knowledge sharing?

You generate a reusable code review report by submitting a code snippet for structured assessment. The output is a canonical review template formatted for PR discussions, containing rubric-guided feedback and severity labels suitable for team sharing.

Does this code review process work for large refactoring changes?

Yes, the rubric-guided code review is applicable to both small changes and large refactors across any programming language. It evaluates patches comprehensively using the five-dimension rubric to ensure consistent feedback regardless of scale.

What is the best way to catch security vulnerabilities during a pull request review?

The best way to catch security vulnerabilities is applying a structured security checklist during the pull request review. This evaluates code snippets for security concerns as part of a five-dimension rubric, identifying issues early in the development process.