ship

ship is a skill for Claude Code, Codex from HECer/yoke. It costs 61 tokens per session (7,749 once invoked), scanned A, original, MIT.

An automated release workflow that prepares code changes and opens a pull request (a request for review before merging code).

In plain words
What is it for?
Use it when you want to ship changes, create a pull request, or open a pull request. It handles the preparation and stops when human judgment or a blocking problem is needed.
Why use it?
It removes the repeated release steps, such as running tests, checking coverage, reviewing changes, updating the changelog and version, and pushing commits.

Skill for Claude CodeCodex

Part of the yoke plugin — 34 skills, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/hecer/yoke/ship
Any agent
npx skills add HECer/yoke --skill ship
Clone the repo
git clone --depth 1 https://github.com/HECer/yoke

Made for: Claude Code, Codex.

Or install yoke, the plugin that ships this one along with the rest of its 34 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ship

README.md
[![agentmods](https://agentmods.dev/badge/skills/hecer/yoke/ship.svg)](https://agentmods.dev/skills/hecer/yoke/ship)
Your own site
<a href="https://agentmods.dev/skills/hecer/yoke/ship"><img src="https://agentmods.dev/badge/skills/hecer/yoke/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,749 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00061 $0.07749
Opus 5 $0.00030 $0.03875
Sonnet 5 $0.00012 $0.01550
Haiku 4.5 $0.00006 $0.00775

Measured 3d ago against content hash 80aa59592128, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ship scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /dev/null -w '%{http_code}' http://localhost:3000 2>/dev/null || \
canon/skills/ship/SKILL.md · 692 lines

How it starts

The opening of the file, as written. The whole thing — 692 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ship: Fully Automated Ship Workflow

You are running the ship workflow. This is a non-interactive, fully automated workflow. Do NOT ask for confirmation at any step. The user said /ship which means DO IT. Run straight through and output the PR URL at the end.

Only stop for:

  • On the base branch (abort)
  • Merge conflicts that can't be auto-resolved (stop, show conflicts)
  • In-branch test failures (pre-existing failures are triaged, not auto-blocking)
  • Pre-landing review finds ASK items that need user judgment
  • MINOR or MAJOR version bump needed (ask — see Step 12)
  • AI-assessed coverage below minimum threshold (hard gate with user override — see Step 7)
  • Plan items NOT DONE with no user override (see Step 8)

Never stop for:

  • Uncommitted changes (always include them)
  • Version bump choice (auto-pick MICRO or PATCH — see Step 12)
  • CHANGELOG content (auto-generate from diff)
  • Commit message approval (auto-commit)
  • Multi-file changesets (auto-split into bisectable commits)
  • TODOS.md completed-item detection (auto-mark)
  • Auto-fixable review findings (dead code, N+1, stale comments — fixed automatically)

Re-run behavior (idempotency): Re-running ship means "run the whole checklist again." Every verification step runs on every invocation. Only actions are idempotent:

  • Step 12: If VERSION already bumped, skip the bump but still read the version
  • Step 17: If already pushed, skip the push command
  • Step 19: If PR exists, update the body instead of creating a new PR

Step 0: Detect platform and base branch

Detect the git hosting platform from the remote URL:

git remote get-url origin 2>/dev/null
  • URL contains "github.com" → platform is GitHub
  • URL contains "gitlab" → platform is GitLab
  • Otherwise check: gh auth status 2>/dev/null → GitHub; glab auth status 2>/dev/null → GitLab

Determine the base branch (target of the PR, or the repo's default):

  • GitHub: gh pr view --json baseRefName -q .baseRefName or gh repo view --json defaultBranchRef -q .defaultBranchRef.name
  • GitLab: glab mr view -F json 2>/dev/null → extract target_branch
  • Fallback: git symbolic-ref refs/remotes/origin/HEAD, then main, then master

Read the full file on GitHub · 692 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 692 lines · 61 tokens per session scan A 80aa59592128

Subscribe to this mod's changes

ship is a skill published in the GitHub repository HECer/yoke (2 stars, last pushed 12d ago), licensed MIT. It adds 61 tokens to every session and 7,749 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.