compound-review

Coordinate four reviewer personas to analyze code diffs and report P0-P3 findings.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Paradiddle131/global-ai-customizations --skill compound-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compound-review
Source: https://github.com/Paradiddle131/global-ai-customizations/tree/main/skills/compound-review
Command: npx skills add https://github.com/Paradiddle131/global-ai-customizations --skill compound-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Multi-persona code review that catches what a single-perspective misses. Runs four always-on reviewers plus conditional specialists based on diff content. Use after implementation, before committing.

Core Features & Use Cases

  • Always-On Reviewers: correctness, maintainability, testing, and project-standards focused on code quality.
  • Conditional Specialists: activated based on diff content for areas like security, performance, or API contracts.
  • Actionable Reports: prioritized findings with clear remediation steps and ownership.

Quick Start

Invoke the compound-review workflow on the current diff to generate a structured report.

Frequently Asked Questions about compound-review

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

FAQPage Schema
How do I run a multi-perspective code review on a pull request diff?

To run a multi-perspective code review, invoke the workflow on your pull request diff to coordinate four always-on reviewers and conditional specialists, generating a structured report of prioritized findings.

What is a multi-persona code review and how does it catch more issues?

A multi-persona code review coordinates four always-on reviewers focused on correctness, maintainability, testing, and project-standards, plus conditional specialists for security or performance, catching issues single-perspective reviews miss.

Can I use automated code review for both frontend and backend changes?

Yes, automated code review applies to diffs from ongoing work across frontend and backend changes, activating conditional specialists based on the specific content of your diff to evaluate code quality before merging.

What's the best way to get prioritized code review findings before merging?

The best way to get prioritized code review findings is to run a multi-perspective review after implementation and before committing, which outputs a final report categorizing issues into P0 through P3 severity levels.

When do I need conditional specialists in a code review workflow?

You need conditional specialists in a code review workflow when your diff content touches specific areas like security, performance, or API contracts, triggering their activation alongside the four always-on reviewers for comprehensive evaluation.

Does automated code review replace manual quality assurance checks?

Automated code review supplements rather than replaces manual quality assurance by providing structured evaluation across correctness and maintainability personas, delivering a prioritized P0-P3 report to guide human remediation efforts before merging.