What problem does it solve? Merging a PR is only half the job — you still have to wait for CI, watch the deploy, and confirm production is actually healthy. This Skill automates the post-PR release workflow so merges don't sit in queue and broken deploys get caught immediately. ## Core Features & Use Cases - Automated PR merge: Detects the PR from the current branch (or a given #NNN), validates state, checks reviews/tests/docs readiness, and merges using the repo's configured method. - Deploy monitoring: Detects the deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, Railway) and GitHub Actions deploy workflows, then waits for deployment to complete. - Production canary verification: Checks production health at a given URL after deploy and offers a revert path if issues are detected. - Use Case: After running /ship to open a PR, invoke /land-and-deploy #42 https://myapp.com to merge the PR, wait for the deploy workflow, and verify the live site responds correctly. ## Quick Start Type /land-and-deploy with an optional PR number and production URL to merge the pull request and verify the deployment.