prc

Fetches, categorizes, and resolves pull request review comments with automated fixes and verification.

12|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill prc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prc
Source: https://github.com/alexandrbasis/wythm-claude-workflows/tree/main/.claude/skills/prc
Command: npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill prc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of responding to and resolving code review feedback on pull requests, ensuring that comments are addressed efficiently and accurately.

Core Features & Use Cases

  • Automated Comment Fetching: Retrieves all review and inline comments associated with a pull request.
  • Intelligent Categorization: Classifies comments as 'Address', 'Skip', or 'Discuss' based on validity and applicability.
  • Action Plan Generation: Presents a clear, actionable plan for user approval before implementing changes.
  • Automated Fix Implementation: Applies approved code changes directly.
  • Verification: Runs tests and lint checks to ensure fixes don't introduce regressions.
  • Automated Reply: Posts replies to reviewers explaining the actions taken.
  • Use Case: After a code review, you receive several comments. Use this Skill to automatically fetch, categorize, and help you address each one, then commit and reply to the reviewers.

Quick Start

Use the prc skill to address review comments on the current pull request.

Frequently Asked Questions about prc

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

FAQPage Schema
How do I automatically address GitHub pull request review comments?

To address GitHub pull request review comments automatically, you can use a tool that fetches PR feedback, categorizes it, and generates an action plan. After your approval, it implements fixes, runs tests, and replies to reviewers.

Can I automatically resolve code review feedback on a PR?

Yes, you can automatically resolve code review feedback on a PR by categorizing comments into 'Address', 'Skip', or 'Discuss', generating an action plan, and applying approved code changes directly to the branch.

What is the best way to organize and implement fixes for PR review comments?

The best way to organize PR review comment fixes is to use a tool that categorizes feedback and presents an actionable plan for user approval before implementing changes, ensuring you control which comments are addressed.

How do I ensure automated PR fixes don't introduce regressions?

To ensure automated PR fixes don't introduce regressions, the workflow runs verification steps including tests and lint checks after applying the approved code changes and before replying to reviewers.

Does this PR comment automation tool require manual approval before committing changes?

Yes, this PR comment automation tool requires manual approval by presenting a clear action plan before implementing any code changes, ensuring you retain control over the final diff applied to the pull request.