review

Coordinate parallel specialist sub-agents to review code and produce a gate-ready report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/michael-menard/monorepo --skill review-michael-menard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/michael-menard/monorepo/tree/main/.claude/skills/review
Command: npx skills add https://github.com/michael-menard/monorepo --skill review-michael-menard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end code review process by coordinating parallel specialist sub-agents to assess requirements traceability, code quality, security, performance, accessibility, test coverage, and technical debt. It consolidates findings and provides a final gate decision.

Core Features & Use Cases

  • Parallel specialist reviews: Each dimension (requirements traceability, code quality, security, performance, accessibility, tests, debt) is analyzed concurrently and results are aggregated.
  • Traceability mapping: Links acceptance criteria to tests and highlights gaps.
  • Gate decision: Outputs a /qa-gate-ready decision and gate file for PR/story progression.
  • Use Case: You open a PR with multiple changes; the skill analyzes all aspects and updates the story with findings and a gate recommendation.

Quick Start

Use the review skill to initiate a comprehensive review on a PR or story, and let it spawn specialists to produce a gate-ready report. The final output includes consolidated findings and a gate decision.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review across multiple dimensions like security and performance?

Automated code review deploys parallel specialist sub-agents to concurrently evaluate requirements traceability, code quality, security, performance, accessibility, test coverage, and technical debt. It aggregates these findings into a single consolidated report for your pull request.

What is requirements traceability mapping in a code review?

Requirements traceability mapping links your acceptance criteria directly to their corresponding tests, highlighting any gaps in coverage. This ensures your code changes fully satisfy the specified story requirements before progressing.

How do I generate a gate decision for a pull request?

Generating a gate decision involves running a comprehensive multi-dimensional review and aggregating the results into a formal /qa-gate-ready file. This gate file provides a clear pass or fail recommendation for your story or pull request.

Can I run a comprehensive code review on a specific directory of code?

Yes, comprehensive code review can target individual stories, pull requests, or specific directories of code. This enables targeted analysis across multiple quality dimensions for any scoped codebase changes.

Does automated code review assess technical debt and accessibility?

Automated code review assesses both technical debt and accessibility alongside security, performance, and test coverage. Parallel specialists analyze each dimension concurrently to ensure a thorough quality evaluation.

How do parallel agents improve code quality analysis?

Parallel agents improve code quality analysis by deploying dedicated specialists to evaluate distinct dimensions concurrently. This coordinated approach aggregates findings efficiently for a faster, comprehensive gate-ready report.