What problem does it solve? Merging a PR and confirming the deploy actually reached production involves many fragile steps: waiting on CI, handling merge queues, detecting deploy workflows, and running health checks. This Skill automates that entire post-PR workflow with safety gates before the irreversible merge. ## Core Features & Use Cases - Pre-merge readiness gate: Checks review staleness, test evidence, CHANGELOG/VERSION updates, and PR body accuracy, then presents a readiness report requiring explicit confirmation before merging. - Merge and deploy orchestration: Resolves the repo's allowed merge method, tries auto-merge first, handles merge queues, and recovers safely from failed merge attempts using authoritative GitHub PR state. - Deploy verification: Detects the platform (Fly.io, Vercel, Netlify, Heroku, Railway, Render) and deploy workflows, offers staging-first deploys, and runs canary health checks against the production URL. - Use Case: After /ship creates a PR, say "land it" and the Skill validates readiness, merges, waits for the deploy workflow, and confirms production is healthy. ## Quick Start Ask the assistant to merge and deploy the current pull request and verify production health.