bmad-code-review

Coordinate adversarial review layers to categorize code change defects.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/skyoxu/godotgame --skill bmad-code-review-skyoxu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-code-review
Source: https://github.com/skyoxu/godotgame/tree/main/.agents/skills/bmad-code-review
Command: npx skills add https://github.com/skyoxu/godotgame --skill bmad-code-review-skyoxu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are time-consuming and error-prone; this skill orchestrates parallel adversarial checks to surface issues across diffs and changes, reducing risk and rework.

Core Features & Use Cases

  • Parallel adversarial review layers: Blind Hunter, Edge Case Hunter, and Acceptance Auditor operate on the provided diff to surface a broad set of issues.
  • Structured triage into categories (decision_needed, patch, defer, dismiss) for clear remediation paths.
  • Automated integration with existing review workflows, including context when available, and deterministic artifact generation for follow-ups.
  • Use cases include PR reviews, commits, or diffs where rigorous validation is required.

Quick Start

Trigger the review on a code change by saying run code review and provide the target diff or PR reference.

Frequently Asked Questions about bmad-code-review

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

FAQPage Schema
How do I run an adversarial code review on a pull request?

Adversarial code review applies multi-layer parallel checks to diffs or commits to surface defects fast. It coordinates Blind Hunter, Edge Case Hunter, and Acceptance Auditor to produce structured findings for rapid triage and actionable remediation.

How do I triage code review findings from a diff?

To triage code review findings, the skill categorizes adversarial review results into patch, decision_needed, defer, or dismiss. This structured triage provides clear remediation paths for identified defects.

What is the best way to surface edge cases in code changes?

Surface edge cases in code changes by applying an adversarial Edge Case Hunter layer to the diff. This approach identifies edge cases alongside blind spots and acceptance criteria violations to produce structured findings.

Can I use automated code review for commit diffs across software projects?

Yes, you can use automated code review for commit diffs across software projects. The skill applies parallel adversarial checks to commits to generate deterministic artifacts and structured findings for follow-up actions.

Does automated code review work without external dependencies?

Yes, automated code review works without external dependencies. The skill operates independently to apply multi-layer adversarial review to diffs, ensuring rapid triage and actionable findings without requiring additional components.