BMAD CodeReview Pro
CodingDescription
BMAD-powered code review agent that analyzes pull requests for bugs, security vulnerabilities, and code quality issues. Maps to the BMAD code-review workflow.
Use in your project
Works with Claude Code, Cursor, VS Code, and any MCP client.
Sample I/O
Input
{"code": "function add(a, b) { return a + b; }", "language": "javascript"}