Skill
Shipping
Ship verified work: branch hygiene, conventional commits, changelog, and a pull request.
// workflow;Behaviour
What it does
- Runs pre-flight checks: tests, e2e, lint, and working tree review
- Ensures work is on a feature branch with a sensible name
- Uses conventional commits and updates CHANGELOG.md when the project keeps one
- Opens a PR with what, why, changes, testing, and acceptance criteria
- Gets explicit go-ahead before pushing or opening outward-facing changes
- Handles merge only when you ask
When to use
Good fits
After end-to-end verification passes
When you are ready to open a PR or prepare a release
Never before the build and verify loops are green
Development harness
Step 8 of 8 · Ship
Part of the design-to-ship pipeline: brainstorming → technical-documentation → conformance-check → reconciling-changes → planning → project-setup → executing-plans → shipping. Install the full set for structured feature work.
Install
Get this skill
Uses Agent Kit via npx; no global install required.
Quick install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill shippingGlobal (Cursor)
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill shipping --global --agent cursorGlobal (Claude)
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill shipping --global --agent claudeProject install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill shipping --projectInteractive install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skillsUninstall
sh
npx @levi-putna/agent-kit@latest remove shippingExample
Example prompt
Shipping
Pre-flight is green. Prepare a PR for this feature branch.
Flow
How the skill works
- Run pre-flight checks and stop on anything red
- Confirm branch hygiene and commit message conventions
- Update the changelog if the project uses one
- Get approval, then push and open the PR
- Merge only when explicitly requested