BMAD-METHOD bmad-code-review
Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code"
install
source · Clone the upstream repo
git clone https://github.com/bmad-code-org/BMAD-METHOD
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/bmad-code-org/BMAD-METHOD "$T" && mkdir -p ~/.claude/skills && cp -r "$T/src/bmm-skills/4-implementation/bmad-code-review" ~/.claude/skills/bmad-code-org-bmad-method-bmad-code-review && rm -rf "$T"
manifest:
src/bmm-skills/4-implementation/bmad-code-review/SKILL.mdsource content
Follow the instructions in ./workflow.md.