What problem does it solve? Addressing dozens of PR review comments one by one is slow and error-prone. This Skill fetches all unresolved review threads from a GitHub pull request and processes each comment in parallel, then marks threads as resolved via the GitHub GraphQL API. ## Core Features & Use Cases - Unresolved Thread Fetching: Uses a GraphQL script to retrieve only unresolved, non-outdated review threads with file paths, line numbers, and comment bodies. - Parallel Comment Resolution: Spawns one pr-comment-resolver agent per unresolved item so multiple review comments are fixed concurrently. - Programmatic Thread Resolution: Resolves each thread on GitHub via a GraphQL mutation and verifies completion by re-fetching until no threads remain. - Use Case: After a reviewer leaves 8 comments on your pull request, run this Skill to batch-fix all feedback, commit the changes, push, and mark every thread resolved in one workflow. ## Quick Start Ask the agent to resolve all unresolved review comments on the current pull request, optionally specifying a PR number.