Orchestrate specialized review agents for comprehensive code quality assessment
Orchestrates specialized review agents for comprehensive code quality assessment.
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflows[target files or scope]opusOrchestrate specialized review agents with confidence-based filtering.
Task({
subagent_type: "audit-orchestrator",
description: "Comprehensive code review",
prompt: `...`,
});
| Agent | Focus |
|---|---|
structure-reviewer | DRY, coupling |
readability-reviewer | Clarity, naming |
type-safety-reviewer | TypeScript coverage |
silent-failure-reviewer | Empty catch, Promise |
design-pattern-reviewer | Pattern consistency |
progressive-enhancer | CSS-first solutions |
testability-reviewer | Test design, coverage |
root-cause-reviewer | Root cause analysis |
| Agent | Focus |
|---|---|
silent-failure-hunter | Error handling |
comment-analyzer | Documentation quality |
type-design-analyzer | Type invariants |
code-simplifier | Simplification |
| Agent | Focus |
|---|---|
security-reviewer | OWASP |
performance-reviewer | Bundle, render |
accessibility-reviewer | WCAG, ARIA |
Review Summary
- Files: [count] | Critical [X] / High [X] / Medium [X]
## Critical Issues
[issues with file:line]
## Medium Priority
[issues with reasoning]
Recommended Actions
1. Immediate [✓]
2. Next Sprint [→]
After review, append /audit section to IDR with:
/audit # Full review
/audit "src/components" # Target scope
/fix/think → /code