What problem does it solve?
This Skill resolves GitHub pull request blockers by systematically inspecting review threads, requested changes, top-level PR comments, merge conflicts, and CI/CD check failures so your PR can move forward.
Core Features & Use Cases
- End-to-end PR maintenance workflow: Re-reads live GitHub PR state, inventories every blocker, fixes root causes, and only resolves review threads after the branch is pushed and the exact live thread IDs are confirmed.
- CI-aware verification loop: Distinguishes failing, pending, skipped, and unknown checks and ties fixes to the failing workflows rather than relying on local test results alone.
- Use cases: Fixing CHANGES_REQUESTED review feedback, clearing unresolved review threads after making/pushing the actual code changes, and unblocking merges caused by failing required checks or merge conflicts.
Quick Start
Use manage-prs to inspect a target PR, fix review/CI blockers in the repo, push the changes, then resolve only the exact GitHub review thread IDs that were actually fixed.