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.mdSkill 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/commandsThen reference at tools/multi-agent-review.md
Related Skills
all-tools
Display All Available Development Tools
commandsalltools
by qdhenry · claude-command-suite
all_tools
List all available tools detailed in your system prompt. Display them in bullet points. Display them in typescript function signature format and suffix the purpose of the tool. Double line break between each tool for readability.
commandsalltools
by disler · disler-hooks-mastery
error-debugging-multi-agent-review
Use when working with error debugging multi agent review
generalerrordebuggingmulti
by sickn33 (Antigravity) · antigravity-awesome-skills
performance-testing-review-multi-agent-review
Use when working with performance testing review multi agent review
testingperformancemultiagent
by sickn33 (Antigravity) · antigravity-awesome-skills