ship-check

ship-check is a command for Claude Code from phuryn/pm-skills. It costs 34 tokens per session (978 once invoked), scanned A, original, MIT.

A command that coordinates documentation, security and performance reviews, test-coverage mapping, and agent setup into one packet for reviewing whether an AI-built app is ready to release.

In plain words
What is it for?
Use it on a whole repository or selected service to produce a reviewer-ready release packet.
Why use it?
The separate checks depend on a clear record of what the app is supposed to do. This command runs them in order and gathers the results so a human reviewer can make the final shipping decision.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents; mentions AGENTS.md.

Part of the pm-ai-shipping plugin — 2 skills, 5 commands shipped together

Good fit Use it on a whole repository or selected service to produce a reviewer-ready release packet.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/phuryn/pm-skills/ship-check
About the project

phuryn/pm-skills is a marketplace of reusable skills, commands, and plugins that guide AI assistants through product-management work such as discovery, strategy, planning, metrics, launches, and growth. It is for product managers and teams using Claude Code, Cowork, or compatible assistants. The catalogue entries are the project's own workflows and extensions.

phuryn/pm-skills · 26,066 stars · on GitHub · productcompass.pm

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/phuryn/pm-skills

Made for: Claude Code.

Or install pm-ai-shipping, the plugin that ships this one along with the rest of its 2 skills, 5 commands.

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-check

README.md
[![agentmods](https://agentmods.dev/badge/commands/phuryn/pm-skills/ship-check.svg)](https://agentmods.dev/commands/phuryn/pm-skills/ship-check)
Your own site
<a href="https://agentmods.dev/commands/phuryn/pm-skills/ship-check"><img src="https://agentmods.dev/badge/commands/phuryn/pm-skills/ship-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 978 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.00034 $0.00978
Opus 5 $0.00017 $0.00489
Sonnet 5 $0.00007 $0.00196
Haiku 4.5 $0.00003 $0.00098

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

Security

Grade A, and why

ship-check 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 8d 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.

pm-ai-shipping/commands/ship-check.md · 78 lines

How it starts

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

/ship-check -- Is This Safe to Ship?

Your AI wrote the code. This command answers the question you actually have — is it safe to ship? — by running the full shipping sequence and compiling the results into one reviewer-ready packet a human can sign off on.

/ship-check does not replace the specialist commands. It coordinates them and produces the final artifact none of them produce alone: the shipping packet.

Invocation

/ship-check
/ship-check the payments service
/ship-check supabase/functions

The shipping sequence

Run on $ARGUMENTS (or the whole repository if empty). Each step builds on the last — the ordering is the point, because every audit is only as good as the documented intent it can compare the code against.

Step 1: Document the system

Ensure the system docs exist and are current (run /document-app if they're missing or stale). Apply the shipping-artifacts skill — the core set (architecture, flows, permissions, variables) plus any conditional docs that apply (emails, cron, seo, automation). These docs are the intended-state baseline for everything that follows.

Step 2: Wire the agent operating context

Create or refresh CLAUDE.md (and a thin AGENTS.md pointing to it) derived from the system docs — the operating instructions the next AI coding agent inherits: what the system is, the trust boundaries, what may and may not be touched, where the guardrails are. This is a different artifact from the system docs: instructions, not description.

Steps 3 + 4: Security and performance audits — in parallel

Once the docs exist, the two audits are independent — run them as parallel subagents and continue when both return.

Security (/security-audit-static): apply the intended-vs-implemented skill to flag where the code diverges from permissions.md, flows.md, and architecture.md. Summarize surviving findings.

Performance (/performance-audit-static): N+1 queries and waterfalls, over-fetching, missing indexes, caching. Summarize findings.

Read the full file on GitHub · 78 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. 8d ago First seen · 78 lines · 34 tokens per session scan A 7c49cdd447da

Subscribe to this mod's changes

ship-check is a command published in the GitHub repository phuryn/pm-skills (26,066 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 978 once invoked, about $0.0002 per session on Opus 5. 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-30.