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.