pr-comments

Fetch and resolve unresolved review comments on GitHub pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of fetching, reviewing, and addressing unresolved comments on GitHub pull requests, streamlining the code review cycle.

Core Features & Use Cases

  • Automated Comment Fetching: Retrieves all unresolved review comments from a given PR.
  • Contextual Analysis: Reads relevant files to understand the code context of each comment.
  • Automated Code Edits: Makes code changes to address comments directly.
  • Comment Resolution: Resolves addressed comment threads on GitHub.
  • Use Case: After a code review, this skill can automatically fix all the minor nits and suggestions, allowing the developer to focus on more significant feedback.

Quick Start

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

Frequently Asked Questions about pr-comments

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

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

To automatically address unresolved GitHub pull request comments, you can use a script to fetch review threads, analyze the relevant code context, apply code edits, and resolve the comment threads on GitHub.

What's the best way to automate fixing code review nits on a pull request?

Automating the process of fixing code review nits on a pull request involves fetching unresolved comments, applying contextual code changes to address them, and resolving the threads on GitHub automatically.

Do I need the gh CLI to resolve PR review threads automatically?

Yes, you need the gh CLI and GitHub API interaction to fetch unresolved review comments, apply code edits based on feedback, and programmatically resolve the comment threads on your pull request.

How does an automated PR comment resolver understand the context of code changes?

An automated PR comment resolver understands code context by fetching unresolved review threads from GitHub, reading the relevant files referenced in the comments, and making iterative code edits based on that feedback.

Can I use automation to resolve all minor suggestions from a code review at once?

Yes, you can use automation to resolve all minor suggestions from a code review at once by fetching unresolved comments, applying code changes to address the feedback, and resolving the threads on GitHub in bulk.