What problem does it solve? Shipping a finished branch involves repetitive, error-prone steps: syncing with main, running tests, bumping versions, updating changelogs, and opening pull requests. This Skill enforces a disciplined release workflow so nothing is skipped before code lands. ## Core Features & Use Cases - Release Readiness Gate: Syncs with main and runs the test suite, stopping immediately on failures or unresolved critical blockers. - Version and Changelog Discipline: Applies version updates and produces release notes as required outputs. - PR and Release Automation: Pushes the branch and opens the PR or release artifact, then hands off to QA verification and retrospective modes. - Use Case: A developer finishes a feature branch and invokes this mode to run tests, bump the version, write release notes, and open the pull request in one guided pass. ## Quick Start Ship my current ready branch by syncing with main, running tests, updating the version and changelog, and opening the pull request.