From workflow-suite
Runs a multi-agent code review with specialized reviewers for code quality, security, and architecture, then consolidates findings into a prioritized report.
How this command is triggered — by the user, by Claude, or both
Slash command
/workflow-suite:multi-agent-reviewsonnetintegrated-tools/The summary Claude sees in its command listing — used to decide when to auto-load this command
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 - Design patterns and anti-patterns - Code duplication and complexity - Documentation completeness - Test coverage and quality Pr...
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.]
Use Task tool with subagent_type="code-reviewer" to examine:
Prompt: "Perform detailed code review of: $ARGUMENTS. Focus on maintainability, readability, and best practices. Provide specific line-by-line feedback where appropriate."
Use Task tool with subagent_type="security-auditor" to check:
Prompt: "Conduct security review of: $ARGUMENTS. Identify vulnerabilities, security risks, and OWASP compliance issues. Provide severity ratings and remediation steps."
Use Task tool with subagent_type="architect-reviewer" to evaluate:
Prompt: "Review architecture and design of: $ARGUMENTS. Evaluate scalability, maintainability, and architectural patterns. Identify potential bottlenecks and design improvements."
After all agents complete their reviews, consolidate findings into:
Critical Issues - Must fix before merge
Important Issues - Should fix soon
Minor Issues - Nice to fix
Positive Findings - Good practices to highlight
Target for review: $ARGUMENTS
2plugins reuse this command
First indexed Jul 8, 2026
npx claudepluginhub lifangda/claude-plugins --plugin accessibility-suite/multi-agent-reviewOrchestrates a multi-agent code review using specialized agents (code quality, security, architecture, performance, compliance, best practices) to produce a comprehensive analysis of code artifacts.
/multi-agent-reviewOrchestrates a multi-agent code review using specialized agents (code quality, security, architecture, performance, compliance, best practices) to produce a comprehensive analysis of code artifacts.