What problem does it solve?
This Skill turns a feature branch into a safely shipped pull request by coordinating merge checks, tests, review, versioning, changelog updates, and PR creation.
Core Features & Use Cases
- End-to-end shipping workflow: Detects ship mode, merges the target branch, runs tests, performs review checks, bumps versions, updates changelogs, and pushes the result.
- Release traceability: Finds or creates linked GitHub issues, then builds a structured PR body with summary, review notes, test results, and ship mode.
- Use Case: A developer finishes a feature branch and wants one guided command that prepares the release, handles routine updates, and opens the PR without manual orchestration.
Quick Start
Use the ship skill to ship my current feature branch to the appropriate target branch and create the pull request.