pr-review-comments

Process and resolve pending pull request review threads via GitHub GraphQL.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/dmarins/sdd --skill pr-review-comments-dmarins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-comments
Source: https://github.com/dmarins/sdd/tree/main/skills/pr-review-comments
Command: npx skills add https://github.com/dmarins/sdd --skill pr-review-comments-dmarins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill solves the bottleneck of manually triaging, responding to, and applying fixes for pull request review comments, ensuring that only high-quality, verified changes are merged.

Core Features & Use Cases

  • Critical Triage: Evaluates review comments based on technical merit rather than blind compliance, filtering out noise and identifying genuine bugs or improvements.
  • Safe Execution: Implements a strict gate-based workflow that requires explicit user approval before any code is edited, committed, or replied to.
  • Contextual Resolution: Automatically references previously resolved threads to maintain consistency and prevent redundant discussions.

Quick Start

Use the pr review comments skill to analyze and process all pending review threads on the current pull request.

Frequently Asked Questions about pr-review-comments

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

FAQPage Schema
How do I automate resolving pull request review threads on GitHub?

Automate pull request review thread resolution by evaluating technical merit, applying verified code changes, and managing thread status via GraphQL. This process requires the GitHub CLI for secure authentication and gate-controlled API interaction.

Can I automatically apply code refactoring changes from GitHub PR review comments?

Yes, you can automatically apply code refactoring changes from GitHub PR review comments. The system performs critical triage to identify genuine improvements and executes targeted code edits after receiving explicit user approval.

Do I need the GitHub CLI to process pending code review feedback?

Yes, you need the GitHub CLI (gh) installed to process pending code review feedback. It provides the necessary authentication and API interaction layer required to securely manage pull request threads and automate resolutions.

What is the best way to filter noise from pull request review comments?

The best way to filter noise from pull request review comments is through critical triage. This evaluates each comment based on its technical merit rather than blind compliance, identifying only genuine bugs or improvements for resolution.

Does processing PR review threads require manual approval before committing code edits?

Yes, processing PR review threads requires manual approval before committing code edits. A strict gate-based workflow ensures no code is edited, committed, or replied to without explicit user confirmation to maintain safe execution.

How does resolving a PR review thread prevent redundant discussions later?

Resolving a PR review thread prevents redundant discussions by automatically referencing previously resolved threads. This contextual resolution maintains consistency across the pull request lifecycle and avoids repeating the same technical debates.