address-pr-comments

Fetch unresolved GitHub PR comments, apply feasible fixes, and resolve threads.

35|Updated Apr 30, 2025
One-click install
npx skills add https://github.com/pedroscosta/live-state --skill address-pr-comments-pedroscosta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-pr-comments
Source: https://github.com/pedroscosta/live-state/tree/main/.agents/skills/address-pr-comments
Command: npx skills add https://github.com/pedroscosta/live-state --skill address-pr-comments-pedroscosta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address unresolved PR review comments by reading all pending comments, identifying AI-actionable suggestions, implementing the changes, and resolving the comments. Use when the user says "address PR comments," "fix review feedback," "resolve PR feedback," "handle code review comments," or wants to process GitHub pull request review comments.

Core Features & Use Cases

  • Automatically fetch unresolved PR comments and categorize them into AI-actionable fixes and human-decision items.
  • Apply feasible automated changes, commit them, reply to each tackled comment, and resolve the thread.
  • Produce a final summary report of remaining items and landed changes with commit references.

Quick Start

Activate the skill on a PR branch and run the workflow to fetch, address, and resolve review comments automatically.

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 address unresolved PR review comments on GitHub?

Automatically address PR review comments by fetching unresolved feedback, classifying items into AI-actionable fixes and human-decision tasks, applying feasible code changes, and posting replies to resolve threads. It provides a final report of remaining items and commit hashes for landed changes.

Can AI automatically resolve code review feedback and apply fixes?

AI can resolve code review feedback by reading pending comments, categorizing them into actionable changes versus human decisions, and applying feasible automated fixes directly to the codebase before replying and closing the resolved threads.

What's the best way to handle GitHub pull request review comments in bulk?

The best way to handle GitHub pull request review comments in bulk is to run a workflow that fetches all unresolved comments, categorizes them by actionability, applies automated fixes, and generates a summary report of remaining items and landed commits.

Does addressing PR comments automatically work for all types of review feedback?

Addressing PR comments does not work for all feedback automatically. The workflow classifies each comment into AI-actionable changes versus human-decision items, applying feasible fixes automatically while leaving complex decisions unresolved in a final report.

How do I start automating code review comment resolution on my current branch?

To start automating code review comment resolution, activate the workflow on your active PR branch. It will automatically fetch, address, and resolve review comments, then output a summary of remaining items and commit references for landed changes.

Why use an AI assistant to process unresolved GitHub code review comments?

Using an AI assistant to process unresolved GitHub code review comments saves time by automatically categorizing feedback, implementing feasible code fixes, replying to threads, and tracking all landed changes with commit hashes in a final report.