What problem does it solve?
Coordinate specialized reviewer agents to turn PR diffs into concise, prioritized tasks so that review findings are actionable, tracked, and not lost in comments or inline edits.
Core Features & Use Cases
- Selective agent dispatch: Analyze the changed files and skip reviewers whose domain plainly doesn't apply (e.g., skip performance review for docs-only PRs).
- Parallel reviews and synthesis: Run applicable agents (code quality, performance, tests, documentation accuracy, security) in parallel, collect noteworthy findings, and synthesize them into a concise summary.
- Task creation workflow: Use TaskCreate to produce organized tasks for each finding, including severity, file and line references, descriptions, and recommended fixes; exercise judgment on informational security notes to create tasks only when actionable.
- Use Case: After a feature branch passes tests, run this Skill to ensure performance, security, coverage, and docs concerns are captured as tracked work items before merging.
Quick Start
Run the review-code skill on the pull request diff to identify applicable reviewer agents, synthesize noteworthy findings, and create TaskCreate tasks for each actionable issue.