pr-review-followup

Fetch unresolved GitHub PR review threads and apply changes or post replies.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/arnavsurve/dotfiles --skill pr-review-followup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-followup
Source: https://github.com/arnavsurve/dotfiles/tree/main/agents/skills/pr-review-followup
Command: npx skills add https://github.com/arnavsurve/dotfiles --skill pr-review-followup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address unresolved GitHub PR review threads by identifying the PR, reading all comments, and determining whether to apply requested changes, resolve threads, or post contextual replies that justify the discussion. Works from a PR URL or the current branch's PR.

Core Features & Use Cases

  • Identify the target PR (URL provided or the current branch's PR) and fetch the associated review threads.
  • Read full thread context including the diff hunks and surrounding file content before acting.
  • Choose between change + resolve (implement changes, then reply and resolve) or reply only (provide rationale and keep threads open) and summarize outcomes.
  • Provide a concise summary of what changed, which threads were resolved, and any threads left open for follow-up.

Quick Start

Provide a GitHub PR URL or run on the current branch's PR to generate responses and code changes.

Frequently Asked Questions about pr-review-followup

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

FAQPage Schema
How do I automate GitHub PR review follow-ups for unresolved threads?

Automate GitHub PR review follow-ups by fetching unresolved threads via GraphQL, reading diff hunks and file context, then either applying code changes to resolve them or generating explanatory contextual replies.

Can I resolve multiple review threads on a pull request at the same time?

Yes, you can resolve multiple review threads on a pull request at once. The process reads full thread context and handles multiple threads in a single deterministic operation to reply and resolve them.

What is the best way to reply to code review comments without closing the thread?

Replying to code review comments without closing the thread is done by choosing the reply-only mode, which generates contextual rationale to post back while keeping the unresolved GitHub threads open for further discussion.

How do I find unresolved review threads on my current branch's PR?

To find unresolved review threads on your current branch's PR, the system automatically identifies the target pull request and fetches all associated review threads without requiring an explicit PR URL.

Does PR review follow-up automation work with a provided pull request URL?

Yes, PR review follow-up automation works with a provided pull request URL. You can supply the GitHub PR URL directly to identify the target PR and fetch its unresolved review threads for processing.

What context does the tool read before applying changes to resolve a pull request thread?

Before applying changes to resolve a pull request thread, the tool reads full thread context including the diff hunks and surrounding file content to determine whether to implement code changes or post explanatory replies.