resolve-pr-comments

Resolve unresolved GitHub pull request review threads via the GraphQL API.

11|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/getty104/claude-code-marketplace --skill resolve-pr-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-comments
Source: https://github.com/getty104/claude-code-marketplace/tree/main/getty104/skills/resolve-pr-comments
Command: npx skills add https://github.com/getty104/claude-code-marketplace --skill resolve-pr-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) components.

What problem does it solve?

Manually resolving each GitHub Pull Request review comment after addressing feedback is tedious and time-consuming, especially for large PRs. This Skill automates the resolution of all outstanding comments.

Core Features & Use Cases

  • Bulk Comment Resolution: Automatically identifies and resolves all unresolved review threads on the current GitHub Pull Request.
  • Streamlined Workflow: Speeds up the PR finalization process, allowing you to focus on coding rather than administrative tasks.
  • Use Case: After pushing a fix that addresses all review comments, use this Skill to instantly mark all threads as resolved, signaling to reviewers that the PR is ready for re-review or merge.

Quick Start

Resolve all unresolved review comments on the current GitHub Pull Request.

Frequently Asked Questions about resolve-pr-comments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically resolve all GitHub PR review comments at once?

Resolve all unresolved review threads on your current GitHub pull request instantly. This Skill uses the GitHub GraphQL API to identify and mark every outstanding comment thread as resolved in bulk, eliminating manual clicks through each thread.

Can I resolve GitHub PR comments without clicking through each one individually?

Yes. This Skill automates the entire resolution process by iterating through all unresolved review threads on your PR and applying the resolveReviewThread mutation programmatically, saving time on large pull requests with many comments.

What do I need to set up before using GitHub PR comment automation?

You need the `gh` CLI tool and `jq` installed to run this Skill. Ensure you have GitHub authentication configured via `gh` so the tool can access your repository and apply mutations to resolve threads.

When should I use automated PR comment resolution in my workflow?

Use this after you've pushed fixes addressing all review feedback. It marks threads as resolved to signal reviewers your PR is ready for re-review or merge, streamlining the finalization phase without manual administrative work.

Does this work with code-line comments in addition to general PR comments?

Yes. This Skill resolves all unresolved review threads including code-line comments through the GraphQL API, applying the same automation to inline feedback and thread-level discussions across your pull request.