What problem does it solve?
This Skill prevents broken production releases by coordinating a PR merge with CI, deploy verification, and canary health checks—so you can land changes confidently without repeatedly babysitting the release process.
Core Features & Use Cases
- Merge orchestration with safety gates: Merges only after CI readiness, mergeability, and a pre-merge readiness report (reviews, test evidence, PR body accuracy, and doc-release checks).
- Intelligent deploy verification: Detects the deploy platform or uses a provided production URL to confirm the new version is actually live.
- Canary verification depth: Runs progressively deeper production verification based on what changed (docs/config-only vs frontend/backend/mixed).
Use case: your team merged a “ship-ready” change, but you need production confidence—so you run /land-and-deploy and the Skill merges, waits, then verifies live health before you move on.
Quick Start
In your release branch, run /land-and-deploy to auto-detect the PR and verify deploy with canary checks.