Back to skills

ship

workflows

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, pus

Setup & Installation

npx skills add https://github.com/garrytan/ship --skill ship
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/ship
View on GitHub

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