Comprehensive Code Review

Perform a five-pass code review and return a structured JSON report.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/StrategicMilk/Vetinari-Orchestrastor --skill comprehensive-code-review-strategicmilk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Comprehensive Code Review
Source: https://github.com/StrategicMilk/Vetinari-Orchestrastor/tree/main/vetinari/skills/catalog/inspector/comprehensive-code-review
Command: npx skills add https://github.com/StrategicMilk/Vetinari-Orchestrastor --skill comprehensive-code-review-strategicmilk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that every piece of production code meets high standards across multiple dimensions, preventing defects, security issues, performance regressions, and maintainability problems before code is merged.

Core Features & Use Cases

  • Five‑pass review covering correctness, style compliance, security, performance, and maintainability.
  • Objective grading with clear pass/fail decisions based on issue severity.
  • Integrated gate in Vetinari’s pipeline for build verification, pull‑request checks, and post‑fix re‑reviews.

Quick Start

Request a comprehensive code review for the provided source files to obtain a structured quality report.

Frequently Asked Questions about Comprehensive Code Review

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

FAQPage Schema
How do I perform a comprehensive code review for security and performance?

A thorough code review requires passing source code through five assessment phases: correctness, style, security, performance, and maintainability. You receive a structured JSON report detailing issue severity, an overall grade, and a pass/fail quality-gate decision.

Can I automate pull request validation to prevent security issues before merging?

Yes, you can automate pull request validation by integrating this five-pass review into your pipeline as a quality gate. It evaluates code changes and returns a pass/fail decision with a structured JSON report, preventing defects and security issues from merging.

What is static analysis for maintainability and how does it grade code quality?

Static analysis for maintainability assesses source code without execution to ensure long-term structural quality. This review grades code objectively by identifying issues across five dimensions and returning a structured JSON report with a pass or fail decision.

Does this code review tool work without external dependencies or components?

Yes, this code review tool works without external dependencies or components. You simply provide source code input and optional context to receive a structured JSON report containing the grade, identified issues, and pass/fail decision.

How do I check code correctness and style compliance during build verification?

To check code correctness and style compliance during build verification, run the five-pass review process. It evaluates these dimensions alongside security and performance, returning a structured JSON report with a pass or fail decision to gate the build.