What problem does it solve? Shipping a feature branch involves many repetitive, error-prone steps: merging main, running tests, reviewing the diff, bumping versions, updating the changelog, splitting commits, and opening a PR. This Skill automates the entire release workflow end-to-end so a single command takes a branch from development to an open pull request. ## Core Features & Use Cases - Automated Pre-Merge Pipeline: Merges origin/main, runs Rails and Vitest suites in parallel, and conditionally runs LLM eval suites when prompt-related files change. - Pre-Landing Review: Applies a structured review checklist to the diff, surfacing critical and informational issues before code lands. - Versioning & Changelog: Auto-decides MICRO/PATCH version bumps in 4-digit format and generates CHANGELOG entries from commits and diffs. - Bisectable Commits & PR Creation: Splits changes into logical commits, pushes the branch, and opens a GitHub PR via gh with a full summary. - Use Case: A developer finishes a feature branch and types /ship; the workflow tests, reviews, versions, commits, pushes, and returns a PR URL without further interaction. ## Quick Start Run the /ship command from your feature branch to test, review, version, and open a pull request automatically.