address-review-comments

Fetch, clarify, fix, and reply to pull request review comments via GitHub API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing feedback from code reviews, ensuring that all comments are systematically handled and resolved.

Core Features & Use Cases

  • Systematic Comment Resolution: Guides users through fetching, clarifying, fixing, and replying to PR review comments.
  • Focused Commits: Encourages creating one commit per review comment for better traceability.
  • Use Case: After receiving feedback on a pull request, use this skill to ensure every comment is addressed, each fix is committed individually, and the reviewer is updated with the resolution.

Quick Start

Use the address-review-comments skill to checkout and address comments for the current pull request.

Frequently Asked Questions about address-review-comments

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

FAQPage Schema
How do I systematically address and resolve pull request review comments on GitHub?

To address pull request review comments, this Skill fetches, clarifies, fixes, and replies to feedback systematically. It ensures all unresolved and outdated comments are resolved with focused commits using gh CLI and GitHub API interaction.

What is the best way to ensure every code review comment is fixed and committed individually?

The best way to fix code review comments individually is by creating one focused commit per review comment. This approach improves traceability and systematically resolves all feedback received on a pull request.

Do I need the GitHub CLI to process unresolved PR feedback?

Yes, you need the GitHub CLI (gh) to process unresolved PR feedback. This Skill requires gh CLI and GitHub API interaction to perform pull request operations, address comments, and update reviewers with resolutions.

How does resolving outdated code review comments work?

Resolving outdated code review comments works by fetching all unresolved and outdated PR feedback via the GitHub API. The Skill then guides you through clarifying, fixing, and replying to each comment to ensure full resolution.

Can I use this for code review workflows on platforms other than GitHub?

This Skill applies to code review workflows on platforms like GitHub. It specifically requires the gh CLI and GitHub API interaction for pull request operations, meaning it is tailored for GitHub-based PR feedback resolution.