multi-agent-review

Perform comprehensive multi-agent code review with specialized reviewers:

Content Preview
---
model: claude-sonnet-4-0
---

Perform comprehensive multi-agent code review with specialized reviewers:

[Extended thinking: This tool command invokes multiple review-focused agents to provide different perspectives on code quality, security, and architecture. Each agent reviews independently, then findings are consolidated.]

## Review Process

### 1. Code Quality Review
Use Task tool with subagent_type="code-reviewer" to examine:
- Code style and readability
- Adherence to SOLID principles
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/multi-agent-review.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/multi-agent-review.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/multi-agent-review.md

Related Skills