ship

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

Content Preview
---
name: ship
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.
---
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
<!-- Regenerate: bun run gen:skill-docs -->

## Preamble (run first)

```bash
_UPD=$(~/.codex/skills/gstac
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/.agents/skills/gstack-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 .agents/skills/gstack-ship/SKILL.md

Related Skills