What problem does it solve? Keeping track of multiple open pull requests across repositories is tedious, and unfinished ones (unresolved review threads, failing CI, divergence from the base branch) easily slip through. This Skill scans all of your open PRs, determines which ones are actually incomplete, and finishes them one by one. ## Core Features & Use Cases - Cross-repository PR scanning: Collects your open PRs with gh pr list --author "@me", either for one named repository or across all locally cloned repositories. - Completion judgment: Checks each PR for unresolved review threads, genuine CI failures (distinguishing real failures from skipped checks or approval waits), divergence from the base branch, and merge conflicts. - Sequential finalization: Delegates each unfinished PR to the finalize-pr skill one at a time, avoiding branch-checkout conflicts, then returns to the original branch and reports a full audit table. - Use Case: Before ending your week, ask the assistant to check all your open PRs; it finds two with unresolved review comments and one with a failing CI job, fixes each via finalize-pr, and reports what was done without marking anything ready for review. ## Quick Start Ask the assistant to check all of my open pull requests and finish any that are incomplete.