What problem does it solve?
Open pull requests accumulate review threads, and manually checking whether each comment has actually been addressed in the current code is tedious and error-prone. This Skill automates the verification and safe resolution of only the threads that are genuinely fixed.
Core Features & Use Cases
- Unresolved-thread loading: Fetches only open review threads via GitHub GraphQL (
gh CLI) or the GitHub MCP server, including thread node IDs, file paths, and line anchors.
- Current-state verification: Checks each comment's requirements against the working tree as it exists now, accepting both committed and uncommitted local changes as valid evidence.
- Strictly read-only safety: Forbids code edits, test runs, git mutations, PR comments, and approvals; the only permitted write action is resolving a verified thread.
- Use Case: After addressing reviewer feedback on a feature branch, run this Skill to automatically resolve the threads whose fixes are confirmed in the current code while leaving partially addressed or unverifiable threads untouched.
Quick Start
Ask the agent to resolve fixed PR review comments for the current branch's pull request, or pass a specific PR number or URL.