Install
A meta skill: it bundles the skills it orchestrates, so installing it pulls in everything the pipeline needs. Each stage is gated and fails loud — a failed verify or review halts the pipeline with evidence instead of committing broken work. Default stops at approved + CI green + mergeable; it never merges unless asked with --merge. Built-in harness skills (simplify, verify, code-review) are used where the agent provides them.
Bundles 4 listings
Installing this skill pulls in everything below — already-installed items are skipped.
Cluster uncommitted changes into logical groups and commit each with a clean conventional commit message — plus a Keep-a-Changelog update pass.
Drive a GitHub PR to a fresh approval, green CI, and a mergeable state — verifying every review finding against the code, fixing the real ones, and pushing back with evidence on the rest.