gh-address-comments

Automate GitHub PR review comment addressing with fixes and replies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/andreasasprou/polaris --skill gh-address-comments-andreasasprou
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-address-comments
Source: https://github.com/andreasasprou/polaris/tree/main/.agents/skills/gh-address-comments
Command: npx skills add https://github.com/andreasasprou/polaris --skill gh-address-comments-andreasasprou

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Address valid GitHub PR review comments on a single pull request by fixing feedback, replying where needed, and closing loops across threads, and enabling follow-up actions.

Core Features & Use Cases

  • Fetch unresolved review threads on a PR.
  • Classify each thread to determine safe-to-act actions.
  • Apply focused fixes, reply with changes, resolve threads, and optionally request a re-review.
  • Use case: When a PR has multiple outstanding comments, address only the actionable ones to move the PR forward.

Quick Start

Address PR review feedback on the current PR, or provide a PR number or URL to target a specific PR.

Frequently Asked Questions about gh-address-comments

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

FAQPage Schema
How do I automate fixing GitHub PR review comments?▼

To automate fixing GitHub PR review comments, this Skill fetches unresolved review threads, classifies actionable feedback, applies minimal code fixes, replies to threads, and optionally pushes a follow-up commit to move the PR forward.

What is the best way to resolve multiple unresolved PR review threads at once?▼

Resolving multiple PR review threads is handled by fetching outstanding comments on a pull request, classifying each thread to determine if it is safe to act on, and applying focused fixes while reporting changes for re-review opportunities.

Can I automatically reply to and resolve GitHub review threads on an existing PR?▼

Yes, you can automatically reply to and resolve GitHub review threads on an existing PR by providing a PR number or URL, allowing the automation to address valid feedback and close loops across the threads.

Does automating PR review feedback require any external dependencies?▼

Automating PR review feedback requires no external dependencies, relying solely on included scripts like gh_pr_review_threads.py, reading guidance from references/github-api.md, and following the repo's AGENTS.md verification steps to ensure safe automation.

How does the Skill classify which PR comments are safe to fix automatically?▼

The Skill classifies PR comments by evaluating each unresolved review thread to determine if it contains safe-to-act, actionable feedback, ensuring that only valid comments are fixed while avoiding changes that require manual interpretation.