What problem does it solve? Merging a PR and confirming the deploy actually reached production is a slow, error-prone manual loop of watching CI, waiting on deploy pipelines, and pinging health endpoints. This Skill automates the full post-PR release sequence and gives a clear verdict on production health. ## Core Features & Use Cases - Automated PR merge: Detects the PR for the current branch (or a specified PR number), validates its state, runs a pre-merge readiness gate covering reviews, tests, and docs, then merges using the repo's configured method. - Deploy detection and monitoring: Detects the deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, Railway) from config files and CLAUDE.md, then waits for CI and deploy workflows to finish. - Production canary verification: Runs health checks against the production URL after deploy and offers a revert path if failures are detected. - First-run dry run: On first use for a project, walks through detected deploy infrastructure and validates commands before touching anything irreversible. - Use Case: After running /ship to open a PR, invoke this Skill to merge it, wait for the Fly.io deploy to complete, and verify the production URL returns healthy responses. ## Quick Start Ask the assistant to run /land-and-deploy to merge the current branch's PR, wait for the deploy, and verify production health.