pr-feedback

Categorize and address GitHub pull request reviewer feedback with code fixes or explanations.

59|6|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kfallah/CLaaS --skill pr-feedback-kfallah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-feedback
Source: https://github.com/kfallah/CLaaS/tree/main/.claude/skills/pr-feedback
Command: npx skills add https://github.com/kfallah/CLaaS --skill pr-feedback-kfallah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of responding to reviewer feedback on GitHub pull requests, ensuring that all comments are addressed either by making targeted fixes or by providing clear explanations for disagreements.

Core Features & Use Cases

  • Automated Feedback Triage: Categorizes feedback into simple (for subagents) and complex (for main context) comments.
  • Targeted Fixes: Makes minimal, surgical code changes to address specific feedback.
  • Clear Communication: Replies to GitHub comments with commit links for fixes or reasoned explanations for disagreements.
  • Use Case: When a reviewer leaves multiple comments on a pull request, this Skill can automatically fix typos and style issues using subagents while handling architectural discussions in the main context, ensuring all feedback is acknowledged and resolved.

Quick Start

Use the pr-feedback skill to address all comments on the current pull request.

Frequently Asked Questions about pr-feedback

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

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

You can address GitHub PR review comments by automating targeted code fixes and replying directly to feedback using the GitHub CLI. This Skill categorizes comments to process simple fixes in parallel and handle complex architectural discussions sequentially.

Can I automate replying to code review feedback with commit links on GitHub?

Yes, automating code review feedback replies is possible by making surgical code modifications and posting GitHub comments with commit links. If you disagree with reviewer feedback, the Skill posts clear explanations directly to the pull request thread.

Does this automated PR feedback tool require the GitHub CLI?

Yes, addressing GitHub PR feedback with this Skill requires the GitHub CLI for API interactions and Git for code modifications. These dependencies allow the tool to read pull request comments and push targeted fixes back to the repository.

What is the best way to handle multiple pull request comments at once?

The best way to handle multiple PR comments is categorizing them into simple issues for parallel subagent processing and complex issues for sequential main context handling. This ensures all reviewer comments are addressed efficiently without missing any feedback.

How does automated pull request feedback triage handle disagreements with reviewers?

Automated PR feedback triage handles disagreements by generating reasoned explanations instead of code changes. The Skill replies directly to the GitHub comment thread, ensuring the reviewer receives a clear response acknowledging their architectural suggestion or style preference.