What problem does it solve? Teams with many open pull requests lose track of which ones can actually merge. This Skill scans the entire PR queue through the configured tracker, evaluates every merge gate, and reports exactly what can ship now, what is close, and what is blocked — without merging or modifying anything. ## Core Features & Use Cases - Merge readiness classification: Evaluates review approval, required CI checks, merge conflicts, merge state, and blocking labels for every non-draft PR, then sorts results into ready, almost ready, and blocked buckets. - QA gate enforcement: When the configured QA gate is on, a PR labeled needs-qa cannot be classified as ready until it carries qa-approved, with skip-qa as the explicit opt-out. - Read-only reporting: Produces a queue report with counts, one row per PR with its next action, and never merges, edits, comments on, or labels anything. - Use Case: Before a release, ask the agent to scan the repo's open PRs; it returns a table showing three PRs ready to merge (oldest first), two almost ready pending only CI, and four blocked with the exact blocker for each. ## Quick Start Ask the agent to scan all open pull requests and report which ones are ready to merge right now.