What problem does it solve? Manually running tests, builds, code reviews, and deployments before shipping code is repetitive and error-prone. This Skill orchestrates the entire release pipeline as a single configurable workflow, delegating each stage to specialized agents and stopping automatically on failures. ## Core Features & Use Cases - Multi-Stage Pipeline: Runs test, build, review, deploy, and notify stages in sequence, each delegated to a dedicated agent (test-engineer, devops-specialist, reviewer). - Configurable via JSONC: Customize stages, agents, timeouts, failure behavior, deploy targets, and notification channels through .opencode/ship.jsonc. - Failure Handling & Retry: Stops the pipeline on stage failure when failOnFailure is set and supports resuming from the failed stage with --stage. - Use Case: After finishing a feature branch, run /ship --target production to execute the full test suite, typecheck and lint, a 4-layer code review, deployment to Vercel, and a desktop notification with the result summary. ## Quick Start Ask the agent to ship the current branch by running the ship pipeline with the default configuration.