Setup & Installation
What This Skill Does
Runs the full ship workflow from a feature branch in one command. Covers merging the base branch, running tests, bumping the version, generating a changelog entry, committing in bisectable chunks, pushing, opening a PR, and auditing test coverage against the diff. It runs eight sequential steps automatically — merge, test, coverage audit, code review, version bump, changelog, push, PR — where a manual workflow requires switching between git, your editor, and GitHub at least a dozen times.
When to use it
- Working with ship functionality
- Implementing ship features
- Debugging ship related issues
