What problem does it solve? Shipping work to a pull request involves repeated friction: figuring out which checks a repo actually runs, running them, fixing failures, committing, pushing, and opening the PR. This Skill automates that entire flow by reading the repo's own CHECKS.md (or deriving checks from CI workflows and docs when none exists), so no check is skipped and none is invented. ## Core Features & Use Cases - Repo-owned check discovery: Reads CHECKS.md as the sole authority on what "green" means, falling back to CI workflows, CLAUDE.md, or language inference, and offers to write CHECKS.md when it is missing. - Scoped, fixable check runs: Runs only the sections matching changed paths, applies declared autofix commands, retries within a bounded budget, and never suppresses failures silently. - End-to-end PR shipping: Branches off the default branch, commits in the repo's existing style, pushes, opens or updates the PR, takes one instant CI status read, and finishes with a standardized report. - Use Case: You finished a bug fix on a feature branch in a monorepo. Say "ship it" and the Skill runs only the server and admin checks affected by your diff, fixes a formatting failure, commits, pushes, and opens the PR with a full report. ## Quick Start Ask the assistant to ship the current work as a pull request by saying "fly" or "ship it".