pr-comment-resolver

Evaluate GitHub PR review threads, implement code fixes, and generate replies.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ybbms777/compound-engineering --skill pr-comment-resolver-ybbms777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comment-resolver
Source: https://github.com/ybbms777/compound-engineering/tree/main/skills/agent-pr-comment-resolver
Command: npx skills add https://github.com/ybbms777/compound-engineering --skill pr-comment-resolver-ybbms777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review threads often stall waiting for PR authors to evaluate feedback, implement fixes, and write replies, slowing down development cycles and creating inconsistent review experiences. This skill automates the entire PR review feedback resolution workflow to eliminate manual bottlenecks for PR authors.

Core Features & Use Cases

  • Feedback Validity Assessment: Evaluates each review thread against a clear rubric to determine if feedback is valid, outdated, a question, or requires human input for complex decisions.
  • Targeted Code Fixes: Implements focused, codebase-consistent fixes for valid feedback, avoiding unnecessary refactoring of adjacent code.
  • Context-Aware Reply Generation: Creates natural, specific replies for each review thread that align with the PR author's voice, and supports cluster mode to handle groups of related feedback holistically when they point to systemic code issues.
  • Use Case: When your PR has 6 review comments about inconsistent error handling across API endpoints, this skill can assess each comment, fix the shared error handling pattern across all relevant files, and post clear, specific replies to each reviewer.

Quick Start

Use the pr-comment-resolver skill to evaluate, fix, and reply to all review threads on your active pull request.

Frequently Asked Questions about pr-comment-resolver

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

FAQPage Schema
How do I automate resolving GitHub pull request review comments?

Automating GitHub pull request review comments involves evaluating feedback validity, implementing targeted code fixes, and generating context-aware replies. This skill handles the end-to-end review feedback resolution workflow to eliminate manual bottlenecks for PR authors.

Can I fix multiple related code review feedback points across my codebase at once?

You can fix multiple related code review feedback points using cluster mode. It groups related feedback pointing to systemic code issues, allowing you to holistically resolve shared patterns across all relevant files instead of handling threads individually.

How does automated code review feedback assessment decide what to fix?

Automated code review feedback assessment evaluates each review thread against a clear rubric. It determines if feedback is valid, outdated, a question, or requires human input for complex decisions before implementing focused, codebase-consistent fixes.

Does the PR comment resolver modify unrelated code when applying fixes?

The PR comment resolver does not modify unrelated code when applying fixes. It implements focused, codebase-consistent fixes for valid feedback while explicitly avoiding unnecessary refactoring of adjacent code to maintain stability.

What is the best way to generate replies for GitHub code review threads?

The best way to generate replies for GitHub code review threads is using context-aware reply generation. This creates natural, specific replies for each thread that align with the PR author's voice while addressing the reviewer's exact feedback.