ship

<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit

Content Preview
---
name: ship
version: 1.0.0
description: |
  Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. Use when asked to "ship", "deploy", "push to main", "create a PR", or "merge and push".
  Proactively suggest when the user says code is ready or asks about deploying.
allowed-tools:
  - Bash
  - Read
  - Write
  - Edit
  - Grep
  - Glob
  - AskUserQuestion
  - WebSearch
---
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ship.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/ship/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/garrytan/gstack

Then reference at ship/SKILL.md

Related Skills