resolve-pr-reviews

Evaluate and apply valid GitHub PR review fixes in a single commit.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/obenland/dotfiles --skill resolve-pr-reviews-obenland
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-reviews
Source: https://github.com/obenland/dotfiles/tree/main/claude/.claude/skills/resolve-pr-reviews
Command: npx skills add https://github.com/obenland/dotfiles --skill resolve-pr-reviews-obenland

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve review comments on GitHub PRs — fetches unresolved review threads, evaluates each suggestion, applies valid fixes in a single commit, replies to every comment explaining what was done and why, and resolves them all. Works with any reviewer: Copilot, Dependabot, human teammates, or any other source. Use this skill whenever the user mentions PR feedback, review comments, copilot suggestions, or wants to process/address/resolve review threads. Also trigger when the user says things like "handle the review comments", "address the PR feedback", "deal with the review suggestions", "clean up the PR reviews", "review the comments on my PR", "check the PR feedback", "look at the review comments on this PR", or "resolve the review threads".

Core Features & Use Cases

  • Fetch unresolved review threads and group by file for efficient processing
  • Evaluate each suggestion and apply valid fixes in a single commit
  • Reply to every comment explaining actions taken and why

Quick Start

Provide a PR identifier or allow auto-detection and I will resolve all unresolved review threads on that PR.

Frequently Asked Questions about resolve-pr-reviews

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

FAQPage Schema
How do I automatically resolve GitHub PR review comments?

You can automate resolving GitHub PR review comments by fetching unresolved threads, evaluating each suggestion, applying valid fixes in a single commit, and replying to explain the actions taken.

Can I batch process pull-request review comments grouped by file?

Batch processing pull-request review comments involves grouping unresolved threads by file, enabling efficient evaluation and application of valid fixes in a single commit.

Does this automation work with Copilot and Dependabot review suggestions?

This automation works with Copilot, Dependabot, human teammates, or any reviewer source, evaluating and resolving review threads regardless of who made the suggestion.

What GitHub API access is needed to resolve review threads?

To resolve review threads, you need GitHub PR access, the GraphQL API for fetching unresolved threads, and the ability to push changes to the PR branch to apply fixes.

Can I filter unresolved PR review comments by reviewer type?

You can filter unresolved PR review comments by scoping them based on reviewer type or author before evaluating suggestions and applying valid fixes.

How are fixes applied when resolving multiple GitHub PR review comments?

Fixes for multiple GitHub PR review comments are applied in a single commit after evaluating all valid suggestions, with batch processing grouping changes efficiently by file.