Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

ship

communityworkflows

Runs the full ship workflow from a feature branch in one command.

Setup & Installation

npx skills add https://github.com/garrytan/gstack --skill ship
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/gstack/tree/main/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

  • Shipping a feature branch to PR without writing changelog entries by hand
  • Running tests against the merged base branch before pushing to catch merge-induced failures
  • Separating pre-existing test failures from failures your branch actually introduced
  • Getting an automated code review, version bump, and PR opened in a single command
  • Auto-marking TODOS.md items as completed when their related code ships