What problem does it solve? Teams with many open pull requests lose track of which ones can actually merge. This Skill scans every open PR through the configured tracker, evaluates review approvals, CI status, mergeability, and label-based gates, then reports which PRs are ready to merge, which are almost ready, and which are blocked. ## Core Features & Use Cases - Merge readiness triage: Fetches open PRs and evaluates gates including review decision, required CI checks, merge conflicts, blocking labels, and QA sign-off status. - QA gate enforcement: When the QA gate is enabled, verifies that PRs needing QA carry an approval label and that the QA-tested head commit matches the current head. - Read-only reporting: Produces a sorted merge queue report with one row per PR showing its state and next action, without ever merging, editing, commenting, or labeling. - Use Case: Before a release, ask for a merge queue scan to instantly see that three PRs are ready to merge, two are waiting only on pending CI, and one is blocked by unresolved conflicts. ## Quick Start Scan all open pull requests and tell me which ones are ready to merge right now.