resolve-pr-comments

Fetch, evaluate, fix, and reply to unresolved GitHub pull request review comments.

399|31|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/tobihagemann/turbo --skill resolve-pr-comments-tobihagemann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-comments
Source: https://github.com/tobihagemann/turbo/tree/main/skills/resolve-pr-comments
Command: npx skills add https://github.com/tobihagemann/turbo --skill resolve-pr-comments-tobihagemann

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing feedback on GitHub pull requests, ensuring that review comments are efficiently evaluated, fixed, and responded to.

Core Features & Use Cases

  • Automated Comment Fetching: Retrieves all unresolved review comments from a specified GitHub PR.
  • Intelligent Evaluation: Assesses each comment's importance and suggests fixes or skips based on confidence levels.
  • Automated Repliess: Generates concise replies to each comment thread, indicating fixes or providing reasoning for skips.
  • Use Case: After a code review, use this Skill to automatically go through each comment, fix the suggested issues, and reply to the reviewer with the commit SHA.

Quick Start

Use the resolve-pr-comments skill to address all unresolved comments on the current pull request.

Frequently Asked Questions about resolve-pr-comments

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

FAQPage Schema
How do I automatically address GitHub pull request review comments?

To automatically address GitHub pull request review comments, use this Skill to fetch unresolved threads, apply code fixes, and push commits with replies containing the commit SHA.

Can I automate replies to unresolved GitHub PR comments with commit references?

Yes, you can automate replies to unresolved GitHub PR comments by generating concise responses that either include a commit SHA for applied fixes or explain the reasoning for skipping.

Does this Skill require the gh CLI to fetch and resolve pull request comments?

Yes, this Skill requires the gh CLI dependency to fetch unresolved pull request review comment threads and push automated fixes back to the GitHub repository.

How does the automated code review evaluation process handle low-confidence feedback?

The automated code review evaluation process skips low-confidence feedback and replies to the thread with a clear explanation instead of applying a fix.

What is the best way to resolve multiple code review comments on a GitHub pull request at once?

The best way to resolve multiple code review comments on a GitHub pull request at once is to batch evaluate unresolved threads, stage applied fixes, and push a single commit referencing the resolved feedback.

When should I not use automated PR comment resolution?

You should not use automated PR comment resolution when review feedback requires complex architectural changes or human judgment beyond the confidence-based evaluation capabilities of the Skill.