Adversarial code review that finds 3-10 issues minimum. APPROVE or REQUEST_CHANGES.
From bmad-coworknpx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkThis skill uses the workspace's default tool permissions.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use when reviewing implemented code for a completed story. Adversarial review that finds 3-10 issues minimum.
Trigger with: "code review", "review story", "review code", "review [STORY-ID]"
Agent: Code Reviewer (Cora) Input: Story file + implemented code Output: Review report with APPROVE or REQUEST_CHANGES
Read the story file from _bmad-output/implementation-artifacts/stories/[STORY-ID].md. Read architecture from _bmad-output/planning-artifacts/architecture.md. Examine all code changes for this story.
For each acceptance criterion in the story:
Verify:
Check for (find 3-10 issues minimum):
For each issue found:
### [BLOCKER/WARNING/SUGGESTION] #N: [Title]
**Location:** [file:line]
**Issue:** [Description of the problem]
**Impact:** [What could go wrong]
**Fix:** [Specific suggested fix with code example]
APPROVE — No blockers. Warnings and suggestions are noted but non-blocking. Story can proceed to complete.
REQUEST_CHANGES — One or more blockers found. Developer must address blockers and re-submit for review.
If APPROVED:
"complete"COMPLETE/bmad-cowork:status"If REQUEST_CHANGES:
"review"