What problem does it solve? Merging a PR and confirming the deploy actually reached production is a manual, error-prone process involving CI polling, merge queues, and post-deploy verification. This Skill automates the entire land-and-deploy sequence with a pre-merge readiness gate so broken or unreviewed code never ships silently. ## Core Features & Use Cases - Pre-merge readiness gate: Checks review staleness, test results, E2E runs, PR body accuracy, and CHANGELOG/VERSION updates, then presents a readiness report requiring explicit confirmation before merging. - Automated merge and deploy tracking: Uses the GitHub CLI to merge with auto-merge or squash, polls merge queues, detects deploy platforms (Fly, Render, Vercel, Netlify, Heroku, Railway), and waits for deploy workflows. - Production canary verification: Verifies the deployment at a provided URL and offers a revert path if health checks fail. - Use Case: After running /ship to create a PR, invoke this Skill to merge PR #123, wait for CI, and confirm the new version is live at your production URL. ## Quick Start Ask the agent to land and deploy the current branch's pull request and verify production at your site URL.