address-pr-comments

Resolve GitHub pull request review threads with per-comment commits and replies.

121|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/AgentSystemLabs/core --skill address-pr-comments-agentsystemlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-pr-comments
Source: https://github.com/AgentSystemLabs/core/tree/main/plugins/agentsystem-core/skills/address-pr-comments
Command: npx skills add https://github.com/AgentSystemLabs/core --skill address-pr-comments-agentsystemlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the uncertainty and backlog caused by unresolved GitHub pull request review comments by turning each reviewer thread into an actionable code change plus a threaded response.

Core Features & Use Cases

  • PR comment discovery: Locates the correct open PR from a branch, PR URL, PR number, or linked issue, then collects both inline review comments and PR-level issue comments.
  • Per-thread, audit-friendly remediation: Grounds each fix in the branch’s commit/diff context, makes exactly one commit per addressed comment, and replies to the specific thread.
  • Thread resolution verification: Resolves all non-declined reviewer threads, pushes the branch, and verifies that no required threads remain unresolved.

Quick Start

Address the review comments on the current branch’s open pull request and resolve every thread with one commit per comment.

Frequently Asked Questions about address-pr-comments

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

FAQPage Schema
How do I automatically resolve GitHub pull request review threads?

To resolve GitHub pull request review threads, this automation fetches inline and top-level comments, applies per-comment fixes, and replies sequentially to ensure every non-declined thread is marked resolved with an auditable commit history.

How do I fix all code review comments on a GitHub branch?

Fixing all code review comments on a branch requires locating the open PR, collecting issue and inline comments via REST and GraphQL, and executing sequential per-thread remediation that grounds each fix in the commit diff context.

Does this PR comment automation work with branch-based GitHub workflows?

Yes, this PR comment automation works with branch-based workflows by locating the target open PR from a branch name, PR URL, PR number, or linked issue, and resolving actionable change requests, questions, and nits.

Can I ensure one commit per pull request review comment?

Yes, sequential per-thread execution ensures one-commit-per-comment semantics by grounding each fix in the branch's commit diff context, replying to the specific thread, and pushing the branch before revalidating resolution.

What is the best way to verify all unresolved GitHub review threads are resolved?

The best way to verify unresolved GitHub review threads are resolved is to push the branch and run post-push revalidation that checks every non-declined reviewer thread is marked resolved via REST and GraphQL APIs.