What problem does it solve? Merging pull requests without checking review state, workflow results, uncommitted work, and in-flight deploys leads to lost commits, broken deploys, and irreversible mistakes. This Skill enforces a single gated path for merging so nothing ships that has not passed every check. ## Core Features & Use Cases - Full repository inventory: Catalogues worktrees, branches, uncommitted changes, open PRs, review threads, and workflow runs into a single state table before any action. - Gated merge eligibility: Blocks merges on drafts, unresolved review threads, CHANGES_REQUESTED reviews, conflicting branches, unpushed commits, and failed or missing workflow runs. - Sequential verified merges: Merges one PR at a time, waits for each merge to land, verifies it via the GitHub API, and rebases remaining PRs only when needed. - Use Case: An operator says "merge what's ready" and the Skill renders the full repository state, merges only the PRs that pass every gate, and hands off to a post-merge watch for the resulting deploy. ## Quick Start Ask the assistant to run auto-merge and show the merge state of the repository.