What problem does it solve?
Shipping code to production is stressful and error-prone. You have to merge the PR, wait for tests and deployment, and then check if the site is actually working. This skill handles the entire landing and deploy sequence so you don't have to babysit pipelines or manually verify canary health.
Core Features & Use Cases
- End-to-End Deploy Workflow: Automatically merges the PR, waits for CI to pass, waits for deployment to finish, and verifies production health.
- Canary Health Checks: Confirms the production environment is stable before marking the deploy as successful.
- Use Case: You just finished a code review and ran
/ship to create a PR. Instead of manually merging and watching the deploy, run this skill to land the code and get a verified production status.
Quick Start
Use the land-and-deploy skill to merge the current pull request, wait for CI and deployment to complete, and verify that production is healthy via canary checks.