What problem does it solve?
This Skill addresses the need for comprehensive and multi-faceted code reviews, especially for large or complex changes, by leveraging specialized subagents to analyze code from various perspectives simultaneously.
Core Features & Use Cases
- Parallel Review: Spawns multiple specialized review agents (security, code quality, testing, architecture) to work concurrently.
- Scope Definition: Allows reviews of all uncommitted changes, staged changes, or specific files/directories/commit ranges.
- Synthesized Reporting: Consolidates findings from all subagents into a single, structured review report with severity ratings.
- Use Case: When submitting a significant feature impacting multiple modules, use
/team-review to get a holistic assessment covering security vulnerabilities, architectural soundness, test coverage, and general code quality before merging.
Quick Start
Use the team-review skill to analyze all uncommitted changes in the current directory.