# Buildcrew Ship

> Ship with the buildcrew shipper — pre-flight tests, version bump, changelog, commit, push, PR creation. Use when the user asks to ship, release, deploy, push, or create a PR.

- Skill: `z1nun/buildcrew-ship` (Agent Skill)
- Install (CLI): `npx skillmds@latest add z1nun/buildcrew-ship`
- Raw SKILL.md: https://api.skillmd.com/api/skills/z1nun/buildcrew-ship/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: z1nun (https://skillmd.com/u/z1nun)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/z1nun/buildcrew-ship

---


# buildcrew-ship — Release Workflow

Full role prompt: `.claude/agents/shipper.md`. Read it before executing.
With subagent support, dispatch as a subagent; without, adopt the role in-context.

## Pipeline

```
shipper (single run): pre-flight tests → version bump → changelog → commit → push → PR
```

If pre-flight fails, **stop immediately** and suggest running qa-tester
(`.claude/agents/qa-tester.md`). Never ship over failing tests.

## Rules

- Read `.claude/harness/project.md` and `rules.md` first if present.
- Use `gh` CLI for PR creation when available; otherwise output the PR title/body
  for manual creation.
- Never force-push, never push directly to the default branch unless the project's
  workflow explicitly says so.
- End with: version shipped, PR link (or body), changelog entry.

