TWISTEdBRACKETS

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 shipping

Global (Cursor)

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill shipping --global --agent cursor

Global (Claude)

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill shipping --global --agent claude

Project install

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill shipping --project

Interactive install

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills

Uninstall

sh
npx @levi-putna/agent-kit@latest remove shipping

Example

Example prompt

Shipping

Pre-flight is green. Prepare a PR for this feature branch.

Flow

How the skill works

  1. Run pre-flight checks and stop on anything red
  2. Confirm branch hygiene and commit message conventions
  3. Update the changelog if the project uses one
  4. Get approval, then push and open the PR
  5. Merge only when explicitly requested