review-all
Installation
SKILL.md
Review All
Comprehensive pre-PR review: run specialized reviewers in parallel, synthesize into a single report. Read-only — no changes.
NEVER
- Never let any reviewer edit files during this pipeline — read-only is non-negotiable.
- Never report duplicate findings separately when two reviewers flag the same line — merge into one finding.
- Never review the whole repository when the user only changed a narrow diff — scope to changed files.
- Never use this as a substitute for lint, typecheck, or tests — it complements them, runs after them.
- Never run this for implementation tasks or auto-remediation requests — wrong tool.