fix-pr-comments

Analyze unresolved GitHub PR review comments and propose minimal code edits.

5|4|Updated Dec 4, 2017
One-click install
npx skills add https://github.com/Nathan-Schwartz/dotfiles --skill fix-pr-comments-nathan-schwartz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr-comments
Source: https://github.com/Nathan-Schwartz/dotfiles/tree/main/claude/.claude/skills/fix-pr-comments
Command: npx skills add https://github.com/Nathan-Schwartz/dotfiles --skill fix-pr-comments-nathan-schwartz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams by automatically evaluating unresolved GitHub PR review comments and proposing minimal, verifiable changes without mutating review threads or committing code.

Core Features & Use Cases

  • Identify the target PR and fetch unresolved review threads.
  • Verify each thread against the actual code to assess accuracy and relevance.
  • Present a structured assessment and allow applying only the requested changes one-by-one.

Quick Start

Provide the target PR identifier and I will generate an assessment of unresolved comments.

Frequently Asked Questions about fix-pr-comments

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

FAQPage Schema
How do I automatically fix unresolved GitHub PR review comments?

This Skill evaluates unresolved PR review comments by fetching threads, verifying code against the feedback, and proposing minimal verifiable changes one by one without auto-resolving threads or committing code.

Can I apply code review suggestions on a pull request without manually resolving each thread?

Yes, you can assess and apply code review suggestions on a pull request without manually resolving threads. The Skill evaluates each unresolved comment and proposes targeted edits individually for your approval, leaving the thread status unchanged.

How do I verify if unresolved PR review comments are still relevant to my current code?

You can verify the relevance of unresolved PR review comments by fetching the threads and evaluating the actual code against each comment. The Skill surfaces an assessment of accuracy and relevance before proposing any minimal edits.

Does this PR comment automation tool require explicit approval before changing code?

Yes, this PR comment automation requires explicit user approval before applying any change. It enforces safe operation by proposing minimal edits one by one and logging each step for auditability, ensuring you retain full control over the codebase.

What is the best way to handle unresolved GitHub code review feedback safely?

The best way to handle unresolved GitHub code review feedback safely is to analyze comments against the actual code and propose minimal verifiable edits individually. This approach prevents auto-resolving threads and requires explicit approval for every applied change.