fix-pr-comments

Fetch unresolved GitHub PR review comments and apply fixes interactively.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nclandrei/dotfiles --skill fix-pr-comments-nclandrei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr-comments
Source: https://github.com/nclandrei/dotfiles/tree/main/config/skills/fix-pr-comments
Command: npx skills add https://github.com/nclandrei/dotfiles --skill fix-pr-comments-nclandrei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches unresolved review comments from the current PR and fixes them interactively.

Core Features & Use Cases

  • Get the current PR owner, repository, and number, then fetch unresolved threads.
  • Present actionable comments to the user and apply fixes via an Edit tool.
  • Output a concise summary of changes made for PR review.

Quick Start

Begin processing by pointing the skill at the current repository PR and starting the interactive fix flow.

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?

To fix unresolved GitHub PR review comments automatically, you need a tool that fetches review threads and applies code changes. This skill identifies unresolved comments from your current pull request and presents them interactively so you can select and apply fixes directly via an edit operation.

What is the best way to interactively resolve code review threads in a pull request?

The best way to interactively resolve code review threads is to use an automated workflow that fetches unresolved PR comments and allows you to select which issues to fix. This skill pulls comments from your current GitHub PR context and applies fixes using an edit tool.

Do I need GitHub authentication to fetch unresolved PR comments for fixing?

Yes, you need GitHub authentication and access to PR data to fetch unresolved PR comments for fixing. This skill requires valid credentials to securely retrieve the current pull request owner, repository, and number, then fetch unresolved threads for interactive resolution.

How does an interactive PR comment fixer handle code changes?

An interactive PR comment fixer handles code changes by fetching unresolved threads, presenting actionable comments to the user, and applying the selected fixes via an Edit tool. After you choose which issues to address, it validates changes before applying them and outputs a summary.

Can I get a summary of changes after automatically resolving GitHub PR comments?

Yes, you can get a summary of changes after automatically resolving GitHub PR comments. Once the interactive workflow fetches unresolved threads and applies fixes via the Edit tool, it outputs a concise summary of the changes made specifically for PR review.