What problem does it solve?
Manually merging PRs, waiting for CI and deployment pipelines to complete, and verifying production health after deployment is time-consuming and error-prone. This skill automates the entire post-PR creation workflow, eliminating manual monitoring and reducing the risk of deploying broken code to production.
Core Features & Use Cases
- Automated PR Merge: Merges the PR created by /ship once CI checks pass, no manual intervention needed.
- CI/CD Pipeline Monitoring: Waits for the full deployment pipeline to complete before proceeding.
- Production Health Verification: Runs canary checks to confirm the deployed feature is working correctly in production.
- Use Case: After running /ship to create a PR for a new user authentication feature, use this skill to automatically merge the PR, wait for the deploy to finish, and verify no errors are appearing in production canary metrics.
Quick Start
Use the land-and-deploy skill to merge your current open PR, wait for its CI and deployment to complete, and verify production health via canary checks.