What problem does it solve? Merging a PR and confirming the deploy actually reached production involves tedious manual polling of CI checks, merge queues, and health endpoints, with real risk of shipping broken code. This Skill automates the entire post-PR workflow with a safety gate before the irreversible merge. ## Core Features & Use Cases - Pre-merge readiness gate: Builds a readiness report covering review staleness, test results, PR body accuracy, and CHANGELOG/VERSION updates, then asks for explicit confirmation before merging. - Automated merge and queue handling: Uses GitHub CLI to merge with auto-merge or squash, polls merge queues, and handles CI waits with timeouts. - Deploy detection and canary verification: Detects the hosting platform (Fly, Render, Vercel, Netlify, Heroku, Railway) from config files and verifies production health, offering revert on failure. - Use Case: After running /ship to create a PR, invoke this Skill to merge it, wait for the deploy workflow, and get a clear verdict on whether production is healthy. ## Quick Start Type /land-and-deploy with an optional PR number and production URL to merge the current branch's PR and verify the deployment.