multi-perspective-review
Installation
SKILL.md
Multi-Perspective Review
Role
Orchestrates four independent perspective reviewers in parallel against a diff. Each reviewer
specialises in a single dimension: Security, Performance, Quality, or Accessibility. The skill
creates an ephemeral SAM plan, dispatches four dh:task-worker teammates via TeamCreate,
collects structured verdict blocks via SendMessage, applies the gate logic, and prints one
canonical summary line per perspective.
This skill does NOT replace language-scoped code review (dh:forensic-review). It runs
alongside it as an orthogonal quality signal. It is an upstream dependency of #1430
(confidence-gate consolidation), which will replace the stub gate logic in Step 6 without
changing the caller interface.