bmad-code-review

Review code changes across parallel layers and triage findings into categories.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/clovernguyen1010-ship-it/Clover_Nguyen --skill bmad-code-review-clovernguyen1010-ship-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-code-review
Source: https://github.com/clovernguyen1010-ship-it/Clover_Nguyen/tree/main/_bmad/bmm/workflows/4-implementation/bmad-code-review
Command: npx skills add https://github.com/clovernguyen1010-ship-it/Clover_Nguyen --skill bmad-code-review-clovernguyen1010-ship-it

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes adversarially using structured, multi-layer critique to surface issues early and triage findings into actionable categories.

Core Features & Use Cases

  • Parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) operate in tandem to increase coverage.
  • Step-file based workflow with deterministic execution, strict sequencing, and clear checkpoints.
  • Handles diff sources (staged, uncommitted, branch diffs, and specific commit ranges) and produces a consolidated, triaged report.

Quick Start

Provide the code changes or a diff you want reviewed; I will run the three parallel review layers and return triaged, actionable findings.

Frequently Asked Questions about bmad-code-review

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

FAQPage Schema
What is adversarial code review and how does it triage branch diffs?

Adversarial code review critiques code changes across parallel layers to surface issues and triage findings into actionable categories. It applies structured, multi-layer analysis to branch diffs, returning a unified triage report for efficient decision-making.

How do I run a multi-layer code review on uncommitted changes?

Provide your uncommitted changes or diff directly. The workflow executes three parallel review layers—Blind Hunter, Edge Case Hunter, and Acceptance Auditor—through a deterministic, step-file driven process to return triaged, actionable findings.

Can I review a specific commit range or only staged changes?

You can review staged changes, uncommitted changes, branch diffs, and specific commit ranges. The workflow handles all these diff sources and consolidates the results into a single triaged report for efficient review.

What is the best way to triage code review findings for a large diff?

The best way to triage findings for a large diff is using a parallel adversarial review workflow. It operates across multiple layers simultaneously to increase coverage, enforcing strict governance and sequencing to return a consolidated triage report.

Does this code review workflow require any external dependencies?

No external dependencies are required. The workflow uses a step-file based approach with deterministic execution and strict sequencing, operating independently to enforce governance and generate a unified triage report.