resolve-comments

Resolve addressed GitHub pull request review threads via GitHub CLI and GraphQL API.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill resolve-comments-fairy-pitta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-comments
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/resolve-comments
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill resolve-comments-fairy-pitta

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process by automatically resolving addressed review threads on GitHub pull requests, saving developers time and effort in managing feedback.

Core Features & Use Cases

  • Automated Thread Resolution: Identifies and resolves only code review threads that have been addressed, leaving general conversation comments untouched.
  • Targeted Action: Focuses on specific line-item feedback, ensuring a clean and actionable review history.
  • Use Case: After implementing all requested code changes for a pull request, use this Skill to quickly mark all the specific line comments as resolved, signaling to the reviewer that the feedback has been incorporated.

Quick Start

Use the resolve-comments skill to resolve all addressed review threads on the current pull request.

Frequently Asked Questions about resolve-comments

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

FAQPage Schema
How do I resolve GitHub pull request review threads programmatically?

The Skill resolves addressed review threads on GitHub pull requests by targeting specific line-item code review comments while excluding general conversation threads, ensuring only actionable feedback is marked as resolved.

Do I need the GitHub CLI authenticated to resolve PR review comments in bulk?

Yes, resolving PR review comments in bulk requires the GitHub CLI (gh) to be authenticated and configured for API access to successfully execute the GraphQL queries needed to resolve threads.

Can I automatically resolve all addressed code review threads on a pull request without affecting general conversation comments?

Automatically resolving addressed code review threads targets only specific line-item feedback on a pull request, intentionally leaving general conversation comments untouched to maintain a clean and actionable review history.

What is the best way to signal to a reviewer that requested code changes on a pull request have been incorporated?

The best way to signal incorporated changes is to use an automated tool to resolve addressed review threads on the pull request, quickly marking specific line comments as resolved to notify the reviewer that feedback has been addressed.

Does resolving PR review threads via the GraphQL API work for general pull request comments too?

Resolving PR review threads via the GraphQL API does not work for general pull request comments, as the process specifically targets and resolves code review threads while excluding general conversation threads.