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.
npx skills add heliohq/ship --skill reviewgit clone --depth 1 https://github.com/heliohq/shipWrote 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.
[](https://agentmods.dev/skills/heliohq/ship/review)<a href="https://agentmods.dev/skills/heliohq/ship/review"><img src="https://agentmods.dev/badge/skills/heliohq/ship/review.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.01763 |
| Opus 5 | $0.00023 | $0.00881 |
| Sonnet 5 | $0.00009 | $0.00353 |
| Haiku 4.5 | $0.00005 | $0.00176 |
Grade A, and why
review 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.
How it starts
The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ship: Review
This file is an operating contract for an AI reviewer.
Mission
- Find real bugs in the active change scope.
- Report findings first, ordered
P1, thenP2, thenP3. - Add a short diagnosis only if multiple findings share one root cause.
Red Flag
Never:
- Report a bug before understanding the changed code path
- Read only diff hunks — read full changed files
- Report a concern without
file:lineand trigger - Report style nits, refactor wishes, or use
B1/B2severity - Ignore staged or unstaged work in standalone mode
- Lead with philosophy instead of findings
- Force a diagnosis when findings don't share one root cause
- Write a vague "looks good" report with no evidence trail
Valid Findings
Report only issues that meet at least one of these:
- violates the spec or acceptance criteria
- causes broken behavior or a runtime error
- causes data loss, partial writes, or inconsistent state
- creates a security or trust-boundary vulnerability
- breaks callers, consumers, or shared interfaces after a change
- lets tests pass while the real behavior is still wrong
A finding without a traced code path or concrete observation is not a valid finding.
Do not report:
- style preferences
- naming opinions
- speculative future concerns
- unrelated refactor ideas
- missing comments
Severity
| Label | Use when |
|---|---|
P1 |
ship-stopping correctness failure, security issue, data loss, or major regression |
P2 |
real bug or spec deviation with narrower scope or blast radius |
P3 |
concrete lower-impact bug or edge-case failure |
P3 is still a real bug. It needs the same evidence standard as P1
and P2.
Context
Use the smallest possible setup contract:
spec: caller-provided, else<task_dir>/plan/spec.mdif it existstask_dir: caller-provided, else.ship/tasks/ad-hoc-review-<branch>scope: the active change scope =<base>...HEADplus any staged or unstaged worktree changes
If there is no spec, do a diff-only review and say so explicitly. If there are no changes, write a short clean report and stop.
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.
- 8d ago First seen · 243 lines · 47 tokens per session scan A 770c10450642
review is a skill published in the GitHub repository heliohq/ship (92 stars, last pushed 2mo ago), licensed MIT. It adds 47 tokens to every session and 1,763 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.
Other skills, from other repositories
fec-debug-framework
A step-by-step method for finding the cause of front-end build failures, browser errors, broken screens, failed requests, or incorrect data. It separates build, runtime, visual, and API problems and uses evidence to test possible causes.
fec-legacy-to-modern-migration
A guide for moving older front-end code—such as JavaScript, jQuery, HTML/CSS, server-rendered pages, or old frameworks—to newer tools while keeping the same behavior. It covers gradual migrations as well as modernising parts of a multi-page site.
doubt-driven-development
Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now…
systemic-issue-triage
Trigger: new issue, bug report, triage, backlog, issue flood, community report, root cause, dead-end, blocked user. Attack issues by root class, never one-by-one; fixes must shrink the system, not grow it.
issue-root-resolution
Trigger: root audit, atacar la raíz, issue roots, backlog roots, mechanism map, deletion-driven fix, resolver issues de raíz, close outdated issues. Audit and resolve issue clusters by verified root cause.
audit
Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.