address-pr-comments

Fetch and resolve unresolved GitHub pull request review comments with test verification.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/waynebrantley/aitools --skill address-pr-comments-waynebrantley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-pr-comments
Source: https://github.com/waynebrantley/aitools/tree/main/plugins/ai-tools/skills/address-pr-comments
Command: npx skills add https://github.com/waynebrantley/aitools --skill address-pr-comments-waynebrantley

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires calculate-parallelism, test-doctor, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing unresolved review comments on GitHub pull requests, ensuring feedback is handled efficiently before merging.

Core Features & Use Cases

  • Automated Comment Fetching: Retrieves all unresolved review comments for the current branch's PR.
  • Contextual Display: Shows the code context and full thread for selected comments.
  • AI-Powered Fixing: Spawns subagents to implement fixes for each addressed comment.
  • Verification: Integrates with testing and linting to ensure fixes are sound.
  • Use Case: After a code review, use this skill to systematically go through each comment, understand the feedback, get AI assistance to fix the code, and verify the changes before pushing an update.

Quick Start

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

Frequently Asked Questions about address-pr-comments

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

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

To automatically address unresolved GitHub pull request review comments, this Skill fetches PR feedback, displays code context, spawns subagents to apply fixes, and verifies changes with tests and linting.

Do I need the gh CLI to address PR review comments on my current branch?

Yes, the gh CLI is required to fetch unresolved pull request review comments and interact with GitHub repositories on your current branch.

Can I use AI subagents to resolve code review feedback on GitHub pull requests?

Yes, AI subagents are spawned to implement fixes for each selected review comment, allowing you to systematically address multiple unresolved GitHub pull request threads with code context.

What is the best way to systematically process unresolved PR comments before merging?

Systematically processing unresolved PR comments before merging involves retrieving all review feedback for the current branch, selecting comments with code context, applying fixes, and verifying with tests and linting.

Does addressing pull request comments integrate with testing and linting verification?

Yes, after spawning subagents to fix code review comments, the Skill integrates with testing and linting to verify that the applied changes are sound before updating the GitHub pull request.