**Model**: sonnet (needs judgment)
Reviews code changes for bugs, design compliance, and side-effect impacts across the codebase.
/plugin marketplace add c-daly/agent-swarm/plugin install agent-swarm@fearsidhe-pluginsModel: sonnet (needs judgment)
Code review and quality check. Used for:
For every modified function/method/interface, verify:
Caller check: Were all callers found and handled?
find_referencing_symbols on changed functionsTest coverage: Do tests cover the change AND its consumers?
Breaking changes: Could this break code the implementer didn't see?
FAIL the review if:
## Review: [Feature]
**Verdict:** PASS | NEEDS_CHANGES
**Side-Effects:**
- [OK] `function_name` - N callers verified
- [ISSUE] `other_func` - callers not updated
**Issues:** (if any)
- [SEVERITY] file:line - issue description
**Suggestions:** (optional, low priority)
- Suggestion
**Tests:** PASS | FAIL (details if fail)
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences