resolve-pr-reviews

Resolve unresolved GitHub Pull Request review threads with automated fixes and commits.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/yasuwrldhyper/ai-skills-collection --skill resolve-pr-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-reviews
Source: https://github.com/yasuwrldhyper/ai-skills-collection/tree/main/skills/resolve-pr-reviews
Command: npx skills add https://github.com/yasuwrldhyper/ai-skills-collection --skill resolve-pr-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the tedious process of addressing unresolved review comments on GitHub Pull Requests, saving developers significant time and effort.

Core Features & Use Cases

  • Fetch Unresolved Threads: Automatically retrieves all comments on a PR that are not yet resolved and not outdated.
  • Automated Fixes: Implements code changes directly based on actionable review comments.
  • Smart Replies: Generates context-aware replies to comments, including confirmation of fixes or answers to questions.
  • Resolution & Commit: Resolves threads after fixes are applied and commits changes following Conventional Commits standards.
  • Review Rally Handling: Iteratively addresses new comments that appear after re-reviews, up to a limit of 3 iterations.
  • Use Case: After a code review, you have 15 comments. Instead of manually fixing each one, replying, and resolving, you can run this skill to handle most of them automatically, pushing the fixes and freeing you to focus on more complex tasks.

Quick Start

Use the resolve-pr-reviews skill to fetch and fix all unresolved comments on the current pull request.

Frequently Asked Questions about resolve-pr-reviews

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

FAQPage Schema
How do I automate fixing unresolved pull request review comments on GitHub?

Automating unresolved GitHub PR review comments requires fetching threads, applying code fixes, generating replies, and committing changes. This process handles review rallies iteratively up to three times to ensure all feedback is addressed automatically.

What is a review rally in GitHub pull requests and how is it handled?

A review rally occurs when new comments appear after re-reviewing a pull request. This skill handles review rallies through iterative processing up to three times, automatically fetching and resolving newly unresolved threads after initial fixes are committed.

Do I need GitHub CLI installed to automate pull request review resolutions?

Yes, GitHub CLI is required for API interactions to fetch comments and resolve threads. Git is also necessary for version control operations like committing the automated code fixes following Conventional Commits standards.

How do I automatically reply to and resolve GitHub PR review threads?

You can automatically reply to and resolve GitHub PR threads by using a script that fetches unresolved comments, generates context-aware replies confirming fixes, resolves the threads, and commits the changes.

Can I automatically commit code review fixes using Conventional Commits?

Yes, after implementing code changes based on review comments, this skill resolves threads and commits changes automatically following Conventional Commits standards for clear version control history.

What are the limitations of automating GitHub pull request review fixes?

The main limitation is iterative processing capped at three times for review rallies. It fetches unresolved and non-outdated comments, meaning outdated threads or complex manual discussions beyond automated code fixes may require manual intervention.