What problem does it solve? Merging a PR is only half the job — you still need to wait for CI, watch the deploy, and confirm production is healthy. This Skill automates the entire post-PR release workflow so nothing ships broken or sits unverified. ## Core Features & Use Cases - Pre-merge readiness gate: Checks review staleness, test results, PR body accuracy, and documentation updates before allowing an irreversible merge, with an explicit confirmation report. - Automated merge and deploy tracking: Merges via GitHub CLI (auto-merge or squash), polls merge queues, detects deploy platforms (Vercel, Fly, Render, Netlify, Heroku, Railway) and GitHub Actions deploy workflows. - Production canary verification: Verifies the deployed site at a production URL and offers a revert path if health checks fail. - Use Case: After /ship creates a PR, run /land-and-deploy #123 https://myapp.com to merge it, wait for the Vercel deploy, and confirm the production site responds correctly. ## Quick Start Ask the assistant to land and deploy the current branch's pull request and verify production at your site's URL.