github:address-review

Automate GitHub PR review feedback by reading threads, applying changes, and pushing.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/fabn/claude-plugins --skill github-address-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github:address-review
Source: https://github.com/fabn/claude-plugins/tree/main/plugins/github/skills/address-review
Command: npx skills add https://github.com/fabn/claude-plugins --skill github-address-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end process of addressing GitHub PR review feedback, accelerating resolution and keeping PRs on track.

Core Features & Use Cases

  • Analyze and categorize unresolved review comments across a PR.
  • Apply code changes, commit, and push, then reply to every thread.
  • Optionally resolve threads and update the PR description.

Quick Start

Begin by selecting a PR and guiding the review workflow to read comments, determine actions, implement changes, and optionally resolve threads.

Frequently Asked Questions about github:address-review

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

FAQPage Schema
How do I automate addressing GitHub PR review comments?

To automate addressing GitHub PR review comments, this Skill reads unresolved threads, categorizes feedback, applies code changes, commits, pushes, and replies to threads through a guided workflow using GitHub APIs and local git.

Can I automatically resolve GitHub PR threads after pushing code changes?

Yes, you can automatically resolve GitHub PR threads after pushing code changes. The workflow optionally resolves threads and updates the PR description once commits are pushed via local git workflows.

What is the best way to categorize and reply to unresolved pull request review feedback?

The best way to categorize and reply to unresolved pull request review feedback is using an automated workflow that analyzes open PRs, groups comments, applies scripted edits, and posts replies directly to GitHub threads.

Do I need local git installed to address PR review feedback automatically?

Yes, you need local git installed to address PR review feedback automatically. The Skill integrates with local git workflows to apply code changes, commit, and push updates to your open pull requests.

Does this workflow support user confirmation before committing and pushing PR changes?

Yes, the workflow supports user confirmations before committing and pushing PR changes. It guides you through scripted edits and requires approval prior to executing local git commit and push operations.

Why does addressing GitHub PR review feedback manually slow down development?

Addressing GitHub PR review feedback manually slows down development by requiring you to read each thread, determine actions, implement code changes, and reply individually, whereas an automated guided workflow handles the end-to-end process.