multi-review
Installation
SKILL.md
Multi-Perspective Review
Review code changes through multiple specialist lenses in parallel, then synthesize into a unified review.
Reviewers
- Security — injection, auth, data exposure, OWASP top 10
- Performance — N+1 queries, unnecessary allocations, missing indexes, hot paths
- Correctness — logic errors, off-by-ones, race conditions, unhandled states
- Test Coverage — untested paths, missing edge case tests, test quality
- Edge & Ripple — the "what happens to..." and "what happens if..." reviewer:
- "What happens to..." — ripple effects on documentation, adjacent features, API consumers, shared state, caching layers
- "What happens if..." — unexpected user behaviour, bad/missing data, interrupted flows, partial failures, concurrent access, rollback scenarios
Instructions
You are the review lead orchestrating a multi-perspective code review.