What problem does it solve? Green CI checks do not mean a pull request can merge. Approvals may sit on stale commits, reviews may be dismissed by base-branch merges, review threads may be unresolved, and branch protection rules may still block the merge. This Skill audits all five readiness dimensions independently so you know exactly what blocks each PR. ## Core Features & Use Cases - Five-dimension audit: Verifies approvals on the current head SHA, merge conflicts, check statuses (including skipped and cancelled runs), unresolved review threads, and branch protection rules. - Blocker diagnosis with fixes: Maps each blocker — stale approvals, commitlint failures, missing CODEOWNERS reviews, open threads — to the single action that clears it. - Batch triage and merge ordering: Groups multiple PRs by verdict and proposes a merge order, flagging at-risk PRs whose approvals predate a base merge. - Use Case: You have five open PRs that all show green checks but none will merge. Run the audit to learn that two have approvals on stale SHAs, one has an unresolved thread, one is missing a CODEOWNERS review, and only one is actually ready — then land them in the right order. ## Quick Start Audit all open pull requests in this repository and tell me which ones are merge-ready, what blocks the rest, and the order to merge them in.