| name | code-review |
| description | Review code for architectural fit, dead code, and complexity. Use when asked to review a module, file, or PR. |
Code Review
Review the specified code using the code-reviewer agent.
Instructions
- Spawn the
code-reviewer agent (from .claude/agents/code-reviewer.md)
via the Task tool with subagent_type "general-purpose".
- Pass it the file path or module name provided by the user.
- Include in the prompt: "Follow the instructions in
.claude/agents/code-reviewer.md. Review the following: [target]"
- When the agent returns, present its findings to the user concisely.
Group by severity: architectural issues first, then complexity,
then style.
- If the agent ran examples or queries interactively, include
those observations — they're the strongest evidence.