ship

Inspects yeaboi ship run history, statuses, costs, and batched PR progress.

4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill ship-yeaboi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/yeaboi-ai/yeaboi.ai/tree/main/claude-plugin/yeaboi/skills/ship
Command: npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill ship-yeaboi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When coding agents turn plan items into pull requests, it is hard to know what actually ran, what it cost, why a launch was denied, or how a batch of stacked PRs is progressing. This Skill reads the yeaboi ship run history so you can answer those questions without digging through logs. ## Core Features & Use Cases - Run history inspection: List past ship runs with status, branch, diff stats, validation verdicts, cost estimates, and PR URLs via the ship_history tool. - Status and budget diagnostics: Explain why a launch was denied by reading the launch budget state (hourly/daily limits, circuit breaker) via the ship_status tool. - Batch tracking: Report progress on epics shipped as stacked per-story PRs, including which member paused the batch. - Use Case: A user asks why their epic launch was denied; the Skill reports the exact fuse, such as an hourly budget of 2 launches already consumed, and when it resets. ## Quick Start Ask the assistant to show what ship ran recently and why the last launch was denied.

Frequently Asked Questions about ship

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check what a ship run did in yeaboi?

Use the ship_history tool to list runs newest first, with each run's status, branch, diff stats, validation verdict, cost estimate, and PR URL. You can limit results from 1 to 100 entries.

Why was my yeaboi ship launch denied?

Use ship_status to read the launch budget state, including active permits, hourly and daily counts, and the circuit breaker. A denial reason like hourly-budget names the exact fuse and when it resets.

Can this skill start a new ship run?

No, this skill only reads run history and status. Launching a run is done by the user in the TUI or with yeaboi ship run, because a run holds a live subprocess and ends at a human approval gate.

What does a failed ship run with no changes mean?

It means the coding agent exited cleanly but produced no diff, so nothing proceeded. That is the deterministic pipeline working as intended, not a system malfunction.

How are batched epic shipments tracked?

Runs sharing a batch_id form one batch: an epic shipped as one stacked PR per story, numbered by batch_index of batch_total. A batch stops at the first non-approved member, so report it as N of M stories shipped.