What problem does it solve? Shipping code involves a repetitive checklist: merging the base branch, running tests, reviewing the diff, bumping the version, updating the changelog, committing, pushing, and opening a PR. This Skill runs that entire sequence as one automated workflow so nothing gets skipped. ## Core Features & Use Cases - End-to-end ship pipeline: Detects the base branch and git platform (GitHub/GitLab), merges the base branch, runs test suites, reviews the diff, bumps VERSION, updates CHANGELOG, commits, pushes, and creates or updates the PR. - Quality gates: Runs a pre-landing review, test failure ownership triage (in-branch vs pre-existing), coverage checks, and a review readiness dashboard before allowing the ship to proceed. - Test framework bootstrap: Detects projects with no test setup and scaffolds a framework, example tests, CI workflow, and TESTING.md. - Use Case: You finish a feature branch and type "/ship". The Skill merges main, runs the test suite, auto-generates the changelog entry, bumps the patch version, pushes, and returns the PR URL. ## Quick Start Ask the assistant to ship the current feature branch by running the ship workflow and opening a pull request.