address-pr-comments

Fetch GitHub PR reviews via gh CLI and apply latest reviewer feedback.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/SuperCorks/agent-skills --skill address-pr-comments-supercorks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-pr-comments
Source: https://github.com/SuperCorks/agent-skills/tree/main/address-pr-comments
Command: npx skills add https://github.com/SuperCorks/agent-skills --skill address-pr-comments-supercorks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Addresses PR feedback from automated and human reviewers to streamline code review and improve response times.

Core Features & Use Cases

  • Filter to the latest review from each reviewer and generate targeted fixes.
  • Provide a repeatable workflow to apply changes and post a summary.
  • Use Case: When a PR has multiple reviewers, address only the most recent comment per author to keep feedback focused.

Quick Start

Use this skill to gather and address the latest PR feedback for a given pull request, then commit and push the fixes with a single command.

Frequently Asked Questions about address-pr-comments

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

FAQPage Schema
How do I address PR feedback from multiple reviewers automatically?

To address PR feedback automatically, this Skill filters reviews to the most recent comment per reviewer and generates targeted fixes. It streamlines code review cycles by focusing only on the latest feedback from each author.

Can I use the GitHub GraphQL API to fetch pull request reviews?

Yes, you can fetch pull request reviews using the GitHub GraphQL API via the gh CLI. This Skill uses a Node.js scripted workflow to query reviews and apply concrete fixes based on the fetched comments.

How do I streamline code review response times for GitHub pull requests?

Streamline code review response times by applying a repeatable workflow that gathers feedback and commits fixes with a single command. It generates a summary of changes made to address both automated and human reviewer comments.

Does this workflow filter outdated comments during a code review cycle?

Yes, the workflow filters outdated comments by keeping only the latest review from each reviewer. This ensures the feedback remains focused and prevents addressing stale or resolved suggestions.