comprehensive-review

Analyze code changes for security, performance, maintainability, and business value risks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LPdsgn/claude-toolkit --skill comprehensive-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: comprehensive-review
Source: https://github.com/LPdsgn/claude-toolkit/tree/main/plugins/dev-tools/skills/comprehensive_review
Command: npx skills add https://github.com/LPdsgn/claude-toolkit --skill comprehensive-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, multi-perspective code review process to identify security, performance, maintainability, and business-value issues before merging changes.

Core Features & Use Cases

  • Multi-Perspective Analysis: Security, performance, maintainability, and business value considerations are evaluated in a single review.
  • Flexible Scope: Accepts PR URLs, commit SHAs, branch names, or file paths to target specific changes.
  • Automated Checks & Guidance: Integrates automated tests, linting, and security scans, plus a documented manual review checklist.
  • Use Case: Before merging a critical feature, run a comprehensive review to surface risks and improvement opportunities across multiple dimensions.

Quick Start

Run the comprehensive-review command against a PR URL, a commit hash, a branch name, or a path to initiate the review. For example: /comprehensive-review https://github.com/org/repo/pull/42

Frequently Asked Questions about comprehensive-review

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

FAQPage Schema
How do I run a comprehensive code review on a pull request?▼

Run a comprehensive code review by targeting a PR URL, commit SHA, branch name, or file path. The Skill analyzes security, performance, maintainability, and business value, delivering automated checks and a conclusive review report.

What dimensions are evaluated during a multi-perspective code review?▼

A multi-perspective code review evaluates security, performance, maintainability, and business value. This approach surfaces potential risks and improvement opportunities across multiple dimensions before merging code changes.

Can I scope code reviews to specific commits or branches?▼

Yes, you can scope code reviews precisely by providing a PR URL, commit SHA, branch name, or file path. This targets the analysis specifically to your desired changes.

Does the automated code review include security scanning and linting?▼

Yes, the automated code review includes security scanning, linting, and automated tests. It also provides structured guidance and a manual review checklist to ensure thorough analysis.

When do I need to use an automated code review tool?▼

You need an automated code review tool before merging critical features to identify security, performance, and maintainability issues early. It provides a structured process to surface risks and improvement opportunities.

What is the best way to surface maintainability issues before merging code?▼

The best way to surface maintainability issues is running a comprehensive review across your code changes. It integrates automated checks and structured guidance to evaluate maintainability alongside security and performance.