pr-comment-resolution

Audit and resolve GitHub pull request review comments with evidence-based classification.

44|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/cameroncooke/skills --skill pr-comment-resolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comment-resolution
Source: https://github.com/cameroncooke/skills/tree/main/pr-comment-resolution
Command: npx skills add https://github.com/cameroncooke/skills --skill pr-comment-resolution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing feedback on GitHub pull requests, ensuring that all review comments are thoroughly audited and resolved efficiently.

Core Features & Use Cases

  • Automated Feedback Collection: Gathers all review threads, issue comments, and review summaries from a PR.
  • Evidence-Based Auditing: Classifies each feedback item as valid, invalid, contentious, already-addressed, or out-of-scope based on code inspection and a provided rubric.
  • Two-Pass Verification: For valid items, it confirms the exact issue and then checks the related changed PR surface for similar defects.
  • Resolution Proposal: Suggests specific resolutions and prepares GitHub replies/actions.
  • Use Case: When a PR receives numerous inline comments and general feedback, this Skill can systematically audit each point, verify the issues in the code, propose fixes, and prepare the necessary replies, saving the developer significant time and ensuring thoroughness.

Quick Start

Use the pr-comment-resolution skill to audit all feedback on PR number 1234.

Frequently Asked Questions about pr-comment-resolution

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

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

Automating GitHub pull request review comments involves collecting all feedback threads, classifying them against a rubric, verifying issues in code, and proposing resolutions. This Skill performs that evidence-first workflow to ensure thorough auditing.

What is evidence-based auditing for pull request feedback?

Evidence-based auditing for pull request feedback is a process of classifying review comments as valid, invalid, contentious, already-addressed, or out-of-scope by inspecting the actual code. It confirms exact issues before proposing any resolutions.

How do I audit inline PR review threads and general comments systematically?

To audit inline PR review threads and general comments systematically, you gather all feedback, verify each issue in code using a two-pass check, and prepare GitHub replies. This Skill automates that entire collection and verification workflow.

Do I need the gh CLI and Python to resolve PR comments with this workflow?

Yes, you need the gh CLI and Python 3.11 or higher to run this PR comment resolution workflow. These dependencies are required to interact with GitHub and execute the evidence-first auditing scripts.

What's the best way to handle contentious or invalid feedback on a GitHub PR?

Handling contentious or invalid feedback on a GitHub PR requires classifying each comment against a rubric and inspecting the code. This Skill categorizes feedback and prepares specific replies for invalid or out-of-scope items.

Can I check a pull request for similar defects after finding a valid review comment?

Yes, after finding a valid review comment, a two-pass verification process checks the related changed PR surface for similar defects. This ensures the initial issue does not recur elsewhere in the modified code.