Reviewing Code
Installation
SKILL.md
Reviewing Code
Evaluate code changes across security, correctness, spec alignment, performance, and maintainability. Apply sequential or parallel review based on scope.
Quick Start
Sequential (small PRs, <5 files):
- Gather context from feature specs and acceptance criteria
- Review sequentially through focus areas
- Report findings by priority
- Recommend approval/revision/rework
Parallel (large PRs, >5 files):
- Identify independent review aspects (security, API, UI, data)
- Spawn specialist agents for each dimension
- Consolidate findings
- Report aggregate assessment