What problem does it solve?
This Skill prevents unsafe or incomplete pull request promotions by enforcing a full merge-and-promote verification sequence, including CI validation, required post-merge work, deploy waiting, and deployed smoke/e2e checks.
Core Features & Use Cases
- Repository-agnostic gating: Detects the repo’s stack and chooses the right CI, migration, seed, build, health, and e2e commands based on project files and CLAUDE.md overrides.
- Non-negotiable safety checks: Refuses to proceed on non-default PR bases, blocks merges when CI is red without explicit authorization, and requires explicit confirmation for destructive prod actions.
- Two-phase promotion for production: After a successful main promotion, optionally forward-merges main → production with prod-specific deploy waiting, migrations/seeds, prod e2e, and prod smoke verification.
Quick Start
Run /merge-pr 489 to merge PR #489 into main with CI verification, post-merge migrations/seeds when applicable, wait for deployment, then validate the new revision with deployed smoke or e2e.