What problem does it solve? Open pull requests often linger as drafts or with failing CI runs while developers move on to new tasks, leaving work invisible or unfinished for reviewers. This Skill defines the discipline for finishing handed-over work first: reading run states, lifting drafts, and fixing failures in the correct branch of a PR chain. ## Core Features & Use Cases - Draft lifecycle management: Lift draft status with gh pr ready in the same turn a green run is read, so completed work is actually handed over. - Red run diagnosis: Analyze failed CI runs step-by-step using gh pr checks and gh api to identify the exact failing step as the diagnosis. - Chain-aware fixing: Fix shared causes in the lowest branch of a PR chain and propagate upward by merging (never rebasing), one branch at a time. - Use Case: You have three chained PRs open, one red and two still drafts. This Skill directs you to read all run states, lift the green drafts, fix the failure in the lowest branch, and merge the fix upward through the chain before taking any new task. ## Quick Start Ask the assistant to check the state of all open pull requests, lift any drafts with green runs, and diagnose and fix the failing run starting from the lowest branch in the chain.