multi-review

Installation
SKILL.md

Multi-Perspective Review

Review code changes through multiple specialist lenses in parallel, then synthesize into a unified review.

Reviewers

  1. Security — injection, auth, data exposure, OWASP top 10
  2. Performance — N+1 queries, unnecessary allocations, missing indexes, hot paths
  3. Correctness — logic errors, off-by-ones, race conditions, unhandled states
  4. Test Coverage — untested paths, missing edge case tests, test quality
  5. 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.

Related skills

More from shhac/skills

Installs
26
Repository
shhac/skills
First Seen
Feb 12, 2026