What problem does it solve? When a GitHub-native delivery queue shows nothing in state:ready, it is unclear whether the backlog is drained, blocked, or misconfigured. This Skill performs a read-only diagnosis of the queue and pinpoints the exact cause, then recommends the single next action to unblock work. ## Core Features & Use Cases - Queue State Tally: Counts open issues by state label (ready, in-progress, in-review, changes-requested, blocked, draft) using the GitHub CLI. - Root-Cause Tracing: Identifies drafts missing acceptance criteria, traces blocked chains to their root issue, and detects deadlock cycles in 'Blocked by' dependency graphs. - PR and Plan Inspection: Flags unmerged planning PRs, uncommitted plan files, and distinguishes PRs awaiting auto-merge from those waiting on human review or agent rework. - Use Case: An agent reports 'backlog drained'. Run this Skill to learn that issues #18–#22 are drafts lacking acceptance criteria, and get the recommendation to add - [ ] criteria to their plan files and re-plan. ## Quick Start Ask the agent to run the ratchet-status skill to diagnose why no issues are currently ready to pick.