What problem does it solve?
Merging code to production is stressful and error-prone. You might break prod, wait indefinitely for CI, or deploy without verifying user-facing health. This skill automates the entire landing sequence so you can ship confidently without babysitting the queue.
Core Features & Use Cases
- Automated PR Merge: Detects your PR automatically or accepts a specific PR number, validates its state, and merges using the repo's preferred method.
- Intelligent Wait & Verify: Monitors CI status, waits for deploy completion, then runs canary checks against production to confirm health before declaring success.
- Safety Guardrails: Stops for first-run dry runs, pre-merge readiness checks, CI failures, merge conflicts, and production health issues, offering revert options when things go wrong.
Quick Start
Use the land-and-deploy skill to merge the current branch's pull request and verify production health after deployment.