Skip to main content
ClaudeWave
Slash Command6k repo starsupdated 8d ago

code-review

The code-review command performs adversarial code review by identifying specific issues in submitted code. Users invoke it with the "run code review" or "review this code" request. The command loads a project's workflow configuration files and executes a structured review process that examines code against configured criteria, generating documented findings after each analysis section.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/UfoMiao/zcf/HEAD/.claude/commands/bmad-bmm-code-review.md -o ~/.claude/commands/code-review.md
Then start a new Claude Code session; the slash command loads automatically.

bmad-bmm-code-review.md

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL {project-root}/_bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
3. Pass the yaml path {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>