What problem does it solve?
It moves code from "done" to verified production in a single, safety-guarded flow, removing uncertainty around PR creation, CI failures, deployments, and post-deploy verification.
Core Features & Use Cases
- Pre-flight and quality checks: automated hygiene and secret scanning before exposing changes.
- Controlled PR workflow: mandatory PR preview, templated PR creation, and CI monitoring until green.
- Post-merge verification and rollback: smoke tests, deploy log checks, metrics review, artifact saving, and a documented revert plan.
- Use Case: ship a bugfix or small feature by preparing a focused PR, watching CI, verifying the staging/production behavior, and reverting quickly if something breaks.
Quick Start
Run /ship to perform pre-flight checks, present a PR preview for approval, create the PR, monitor CI, verify the deployment, and save the release artifact.