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.mdSkill 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/gstackThen reference at .agents/skills/gstack-ship/SKILL.md
Related Skills
ship
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit
shipship
by Garry Tan (YC CEO) · garrytan-gstack
gstack
Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with
gstackgstack
by Garry Tan (YC CEO) · garrytan-gstack
behavioral-modes
AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.
data-aibehavioralmodes
by sickn33 (Antigravity) · antigravity-awesome-skills
e2e-testing-patterns
Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do.
architecturee2e
by sickn33 (Antigravity) · antigravity-awesome-skills