ship

ship is a command for Claude Code from shashankreddy509/claude-tdd-kit. It costs 0 tokens per session (3,153 once invoked), scanned A, original, MIT.

A command that prepares completed code for review by staging files, creating a commit, pushing a branch, opening a pull request, and updating the Jira issue. A pull request is a request for teammates to review changes before they are merged.

In plain words
What is it for?
Use it to verify and scope changes, create the commit, push the branch, open a pull request, and move the linked Jira issue to In Review.
Why use it?
It turns several release-to-review steps into one documented process while leaving merging to the reviewer and deployments to the project.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool; mentions Claude Code.

Part of the tdd-pipeline plugin — 6 commands, 13 agents shipped together

Good fit Use it to verify and scope changes, create the commit, push the branch, open a pull request, and move the linked Jira issue to In Review.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/shashankreddy509/claude-tdd-kit/ship
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.

Clone the repo
git clone --depth 1 https://github.com/shashankreddy509/claude-tdd-kit

Made for: Claude Code.

Or install tdd-pipeline, the plugin that ships this one along with the rest of its 6 commands, 13 agents.

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/commands/shashankreddy509/claude-tdd-kit/ship.svg)](https://agentmods.dev/commands/shashankreddy509/claude-tdd-kit/ship)
Your own site
<a href="https://agentmods.dev/commands/shashankreddy509/claude-tdd-kit/ship"><img src="https://agentmods.dev/badge/commands/shashankreddy509/claude-tdd-kit/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,153 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.03153
Opus 5 $0.00000 $0.01577
Sonnet 5 $0.00000 $0.00631
Haiku 4.5 $0.00000 $0.00315

Measured 7d ago against content hash 9f47733ccbe6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ship scanned grade A with 0 findings 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 7d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tdd-pipeline/commands/ship.md · 126 lines

How it starts

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

Encodes the "stage and commit" ritual: verify (receipt gate) → scope → branch → write the commit message from what is actually staged → commit → push → open PR to the default branch → move the Jira issue to In Review. NO merge (merging is the reviewer's call). NO tag (deploys are project-specific and out of scope).

Argument (optional): explicit file paths to include. If omitted, auto-scope to this session's feature files.

Project config — resolve at runtime, never hardcode

Read the project's CLAUDE.md for a line of the form:

Jira: cloudId=<uuid> key=<KEY>

That line is the ONLY source for the project key. No line → the repo has no Jira wiring: skip every Jira step (steps 2 and 8's transition), ship the PR anyway, and say so in the report.

Resolve the Jira MCP dialect before any Jira call — see references/jira-mcp.md. It returns the tool names for this machine and whether cloudId is a parameter at all. Where it is required, the cloudId=<uuid> above supplies it; never guess one and never carry one over from another project — a wrong cloudId transitions some other project's ticket. Where the dialect has no cloudId, ignore that half of the line. No Atlassian MCP resolved → log the skip line from that file, ship the PR anyway, and report which transition was skipped.

Fallback when the line is absent but the user names a key, dialect A only: mcp__atlassian__getAccessibleAtlassianResources to resolve the cloudId. Still ambiguous → ask; do not pick one.

Transition ids are per-project and change — always list transitions with the resolved tool and match on to.name, never a hardcoded id. Same for the browse URL: derive it from the resolved site, not a literal host.

Steps

  1. Read the pipeline receipt — gate the ship on it. Find the ticket key (branch slug, the user's argument, or the Jira issue for this work) and read tasks/receipts/<TICKET>.json. The pipeline writes it; keys are ticket, plan, sha (HEAD at the last stage written — staleness detection), red/green (cmd + the REAL process exit + at), review (critical, warnings, unverified, warning_list of file:line what strings), an optional gating block (required, seeded, readback), and stage (red | green | reviewed | complete). A receipt is a record, not a permission slip — never hand-write or edit one to get past this gate.

Read the full file on GitHub · 126 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. 7d ago First seen · 126 lines · 0 tokens per session scan A 9f47733ccbe6

Subscribe to this mod's changes

ship is a command published in the GitHub repository shashankreddy509/claude-tdd-kit (2 stars, last pushed 15d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,153 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.