pr-comments

Fetch PR review comments and generate a prioritized file-scoped fix plan.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fyodoriv/agentbrew --skill pr-comments-fyodoriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments
Source: https://github.com/fyodoriv/agentbrew/tree/main/skill-plugins/dev/pr-comments
Command: npx skills add https://github.com/fyodoriv/agentbrew --skill pr-comments-fyodoriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolves PR review comments by fetching, triaging, and addressing reviewer feedback. Groups changes by file and runs verification after fixes. Use when you have review feedback to address. Don't use for proactive branch review (use pr-fix) or reviewing others' PRs (use review).

Core Features & Use Cases

  • Fetch PR reviews and comments
  • Build a todo list with file/line, severity, and action
  • Address comments in order blocking → suggestion → nit → question
  • Run verification after each change
  • Use Case: When reviewers provide feedback across multiple files, automatically generate a file-scoped plan and verify changes.

Quick Start

Summarize all unresolved PR comments and generate a prioritized, file-scoped fix plan.

Frequently Asked Questions about pr-comments

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

FAQPage Schema
How do I automate fixes for pull request review comments?

Automate pull request review fixes by fetching and triaging PR comments to generate a prioritized, file-scoped fix plan. It groups changes by file and runs verification after each fix to ensure code stability.

How are PR review comments triaged and prioritized for code fixes?

PR review comments are triaged by classifying them into severity levels: blocking, suggestion, nit, and question. Fixes are then addressed in that specific priority order to resolve critical issues first.

Can I use this to review someone else's pull request?

No, you cannot use this to review someone else's pull request. It is specifically designed to resolve feedback on your own PRs by generating a file-scoped fix plan and verifying changes after addressing comments.

What is the best way to handle multi-file code review feedback?

Handle multi-file code review feedback by grouping changes by file and preparing verification-ready fixes. This approach generates a file-scoped plan to systematically address reviewer feedback across the entire codebase.

Does resolving PR comments include type checking and verification?

Yes, resolving PR comments includes type checking and a final verification pass before staging. Verification runs after each guided change to ensure the fixes do not introduce new errors.

When should I not use automated PR comment triage?

Do not use automated PR comment triage for proactive branch review before receiving feedback. It is strictly built for addressing existing reviewer comments on a collaborative pull request, not for preemptive code checks.