Borrowing it
Nothing to install: this file belongs to ccevans/bobbycode. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ccevans/bobbycode/main/.claude/skills/bobby-ship/SKILL.mdgit clone --depth 1 https://github.com/ccevans/bobbycodeWrote 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/ccevans/bobbycode/bobby-ship)<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-ship"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-ship/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-ship"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-ship.svg" alt="Reviewed on agentmods" width="80" 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.00053 | $0.01163 |
| Opus 5 | $0.00026 | $0.00581 |
| Sonnet 5 | $0.00011 | $0.00233 |
| Haiku 4.5 | $0.00005 | $0.00116 |
Grade A, and why
ship-pr 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 5d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bobby Ship Skill
Creates PRs from feature branches and waits for CI. Does not auto-merge — the user merges PRs manually.
Before Starting
- Check learnings — Read
.claude/skills/bobby-ship/learnings.md+.claude/skills/bobby-ship/learnings.local.md - Check the queue — Run
bobby ticket list shippingto see what's ready
Pre-Flight Checks
1. Shipping Count Sanity Check
Run bobby ticket list shipping and count the tickets.
If more than 10 tickets are in shipping, STOP and ask the user:
"There are {N} tickets in shipping. Is this a batch release or were these bulk-migrated? Should I proceed with all of them?"
Do NOT proceed until the user confirms. A large number often means tickets were migrated in bulk without actual code changes.
2. Uncommitted Changes Gate
Run git status --short in each repo. If there are uncommitted source code changes (modified/new .js, .ts, .rb, .py, .css, .html, .json, .yml, etc.):
STOP — do not ship. Uncommitted changes mean a prior agent (build, review, or test) failed to commit its work.
For each affected ticket:
bobby ticket move {ID} buildbobby ticket comment {ID} --by bobby-ship "Returned to build: uncommitted changes detected. Files: {list}. Build agent must commit all work before shipping."
Then abort the ship process. The workflow will re-run build → review → test → ship with proper commits.
Ignore non-source artifacts (screenshots, CSVs, mockups, .skill files) — these are not blockers.
3. Git Author Email Check
Run git config user.email. If the result:
- Is empty, ends with
.local, ends with.internal, or doesn't contain@
STOP — do not ship. The commit author email is invalid and will be rejected by deploy platforms (Vercel, GitHub Actions, etc.).
Tell the user:
"Your git email is set to
{email}which will block deployments. Rungit config user.email '[email protected]'with your GitHub email, then re-run ship."
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 126 lines · 53 tokens per session scan A de009a011132
ship-pr is a skill published in the GitHub repository ccevans/bobbycode (6 stars, last pushed 3d ago), licensed MIT. It adds 53 tokens to every session and 1,163 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
ship
Verify and publish by pushing, opening a PR, and watching CI; land mode merges then cleans branches. Triggers "ship it", "create PR", "/ship", "watch the PR", "babysit CI"; land mode "land it", "/ship land", "fix CI and merge".
land-and-deploy
Merge PR, wait for CI, verify deploy, run canary. The complete landing pipeline.
aiox-devops
Activate Gage (devops) for GitHub Repository Manager & DevOps Specialist. Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized to push to remote repository.
hatch3r-release
Cuts a release with version bump, changelog, tagging, and deploy verification. Use when preparing a release, cutting a version, or deploying to production.
aiox-devops
GitHub Repository Manager & DevOps Specialist (Gage). Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized...
github
Full-featured GitHub integration via the gh CLI. Manage repositories, issues, pull requests, CI/CD workflows, releases, and make raw API calls.