What problem does it solve?
This Skill enforces a strict preflight and gate workflow for pull requests to prevent unsafe pushes, ensure migration safety, and require verifiable review closure so that changes land with evidence and minimal regressions.
Core Features & Use Cases
- Preflight & Gate Enforcement: Require running just preflight and just gate-pr before finalizing changes or updating a PR.
- Review Evidence Closure: For every P1/P2 review finding, capture file path and concise rationale, a targeted verification command, and pass/fail evidence.
- Migration Safety: Prohibit edits to existing migrations and require new timestamped migrations for schema changes.
- Handoff & Async Safety: Provide a standard handoff with summary, changed files, gate commands executed, mapping of findings to evidence, and residual risk; document state transitions, race windows, and idempotency when changing worker lifecycle or caches.
Quick Start
Prepare the PR by running just preflight, run just gate-pr before pushing, and include file references, verification commands, and evidence for any P1/P2 findings.