address-pr-comments

Categorize unresolved PR comments and apply approved fixes.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/mostafa-drz/claude-skills --skill address-pr-comments-mostafa-drz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-pr-comments
Source: https://github.com/mostafa-drz/claude-skills/tree/main/code/address-pr-comments
Command: npx skills add https://github.com/mostafa-drz/claude-skills --skill address-pr-comments-mostafa-drz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewing PR feedback across inline, top-level, and bot comments is time-consuming and error-prone. This Skill automates triage, prioritization, and action on unresolved feedback by analyzing code context and reviewer intent.

Core Features & Use Cases

  • Comment triage: identifies unresolved comments and categorizes them into must-fix, suggestion, question, or nit.
  • Context-aware actions: reads the touched files to draft precise fixes or replies.
  • PR workflow automation: batches changes, supports interactive confirmation, and pushes updates to the PR.

Quick Start

Invoke /address-pr-comments in the active PR context to review unresolved comments and apply approved actions.

Frequently Asked Questions about address-pr-comments

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

FAQPage Schema
How do I automate fixing unresolved pull request comments?

You can automate fixing unresolved pull request comments by using a tool that reads code context, categorizes feedback into must-fix or suggestion, and applies approved changes. This Skill reads touched files to draft precise fixes and pushes updates to the PR.

What is the best way to triage and categorize code review feedback?

The best way to triage code review feedback is to automatically categorize unresolved comments into must-fix, suggestion, question, or nit. This process surfaces actionable items by analyzing reviewer intent and the code context of changed files.

Can I automatically reply to both inline and top-level PR comments?

Yes, you can automatically handle both inline and top-level PR comments. The Skill analyzes feedback across current or specified repositories, reads the touched files for context, and drafts replies or fixes for interactive confirmation.

How do I apply batched fixes to a pull request after a code review?

To apply batched fixes to a pull request, the Skill collects approved changes from categorized comments and pushes them directly to the PR. It supports interactive confirmation before auto-committing and pushing the updates to your repository.

Does this tool work with automated bot and tool comments on a pull request?

Yes, this tool works with automated bot and tool comments on a pull request. It surfaces actionable items from inline, top-level, and automated tool comments by analyzing the code context and categorizing the feedback for remediation.

Do I need to specify a repository to address PR review comments?

You do not need to specify a repository if you are already in an active PR context. The Skill works across current or specified repositories and PRs, requiring access to git context and code analysis of changed files to apply approved actions.