Pre Merge Review

Gate an existing change for merge — run one skill that fires the whole production-readiness pass. First a deterministic mechanical gate (lint + typecheck + tests, via a script whose exit code decides), then the three-reviewer panel dispatched in parallel — devils-advocate (correctness), security-reviewer (exploitability), code-quality (craft) — then a single READY / NOT READY verdict. Use before opening a PR or merging, when you want the full review fleet run on a diff you already have. Do NOT use to implement a feature from a spec (that's feature-implement-loop) or to review a document (that's doc-critique).

sananthanarayan Updated

File contents

sananthanarayan/skilldrop/tree/main/skills/pre-merge-review commit 009dcc31be

Frequently asked questions

npx skillmds@latest add sananthanarayan/pre-merge-review