address-pr-feedback

Fetch unresolved GitHub PR comments, evaluate against CLAUDE.md, and fix low-risk issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Loot-Labs/claude-plugins --skill address-pr-feedback-loot-labs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: address-pr-feedback
Source: https://github.com/Loot-Labs/claude-plugins/tree/main/plugins/address-pr-feedback/skills/address-pr-feedback
Command: npx skills add https://github.com/Loot-Labs/claude-plugins --skill address-pr-feedback-loot-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches unresolved GitHub PR review comments, evaluates them against CLAUDE.md guidance, fixes low-risk issues, and posts explanatory responses.

Core Features & Use Cases

  • Fetch unresolved inline and conversation comments from a PR and evaluate against CLAUDE.md guidance.
  • Automatically fix low-risk issues and provide explanations in replies, including a consolidated PR summary.
  • Post a final PR update summarizing all resolutions and rationale.

Quick Start

Provide the repository and PR number or branch; the skill will fetch feedback, decide on actionable items, and apply approved fixes with explanations.

Frequently Asked Questions about address-pr-feedback

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

FAQPage Schema
How do I automate GitHub pull request comment management?▼

Automate GitHub pull request comment management by fetching unresolved inline and conversation comments, evaluating them against project guidance, and posting explanatory replies. The workflow filters actionable items, applies low-risk fixes directly, and commits changes to the branch.

Can I automatically fix low-risk code review issues on GitHub PRs?▼

Yes, you can automatically fix low-risk code review issues on GitHub PRs. The process classifies unresolved comments using a decision framework, applies approved changes, and posts per-comment replies explaining the resolutions to the PR conversation.

What is the best way to resolve unresolved inline PR comments automatically?▼

The best way to resolve unresolved inline PR comments automatically is to fetch them via GitHub API, classify actionable items, and apply fixes. It posts a consolidated PR summary detailing all resolutions and the rationale behind each change.

Does automated PR feedback resolution require specific repository setup?▼

Automated PR feedback resolution requires an open pull request with unresolved inline or conversation comments and a CLAUDE.md guidance file. You provide the repository and PR number or branch to initiate the preflight checks and comment evaluation.

When should I not use automated code review comment fixing?▼

You should not use automated code review comment fixing for high-risk issues requiring manual intervention. The workflow specifically targets low-risk issues, filtering actionable items from comments and applying fixes only when they align with the project's decision framework.