bmad-code-review

Automate adversarial code reviews with parallel review layers and structured triage.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/wahabmalik/whatsapp-chatbot --skill bmad-code-review-wahabmalik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-code-review
Source: https://github.com/wahabmalik/whatsapp-chatbot/tree/main/.github/skills/bmad-code-review
Command: npx skills add https://github.com/wahabmalik/whatsapp-chatbot --skill bmad-code-review-wahabmalik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates adversarial code reviews, providing a structured approach to code analysis and triage, saving time and reducing human error in code reviews.

Core Features & Use Cases

  • Adversarial Review Layers: Utilizes parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) for comprehensive code analysis.
  • Structured Triage: Organizes findings into actionable categories, facilitating efficient code review processes.
  • Use Case: Ideal for teams that need to conduct thorough code reviews, especially in environments where parallel reviews and structured triage are crucial for maintaining code quality.

Quick Start

Run the bmad-code-review skill and provide the code changes you want to review.

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 work?

Adversarial code review uses parallel review layers like Blind Hunter, Edge Case Hunter, and Acceptance Auditor to find defects. This structured triage approach comprehensively analyzes code changes by applying multiple automated perspectives to uncover hidden issues.

How do I automate structured triage for code analysis?

You can automate structured triage by running the skill with your code changes. It applies parallel review layers to categorize findings into actionable items, organizing the analysis to facilitate efficient software development workflows and reduce manual error.

Does automated code review work for complex software development workflows?

Automated code review works for complex software development workflows requiring comprehensive analysis. It utilizes step-file architecture and in-memory state tracking to execute parallel review layers, maintaining code quality in environments where structured triage is crucial.

What is the best way to run parallel code reviews on new changes?

The best way to run parallel code reviews is using an adversarial approach with Blind Hunter, Edge Case Hunter, and Acceptance Auditor layers. This method provides comprehensive code analysis and structured triage for your changes.

Do I need step-file architecture to perform structured code analysis?

Yes, you need step-file architecture and in-memory state tracking to execute this adversarial code analysis. These components are required to manage the parallel review layers and structured triage processing logic effectively.