address-review

Automate addressing pull request review comments with GitHub CLI.

1|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/bruno-garcia/pi-config --skill address-review-bruno-garcia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-review
Source: https://github.com/bruno-garcia/pi-config/tree/main/skills/address-review
Command: npx skills add https://github.com/bruno-garcia/pi-config --skill address-review-bruno-garcia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, dotnet, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of addressing code review comments on a pull request, ensuring all feedback is handled efficiently and consistently.

Core Features & Use Cases

  • Automated Comment Processing: Assesses each review comment, determines its validity, and takes appropriate action.
  • Code Modification: Makes necessary code changes based on valid feedback.
  • Commit and Push: Commits and pushes changes after addressing comments.
  • Use Case: When a PR receives multiple comments from reviewers, this Skill can systematically go through each one, make the suggested fixes, and update the PR.

Quick Start

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

Frequently Asked Questions about address-review

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

FAQPage Schema
How do I automatically address pull request review comments on GitHub?

To automatically address pull request review comments on GitHub, you need a tool that systematically assesses each comment, modifies code, and commits changes. This Skill automates that entire process end-to-end.

What is the best way to automate resolving code review feedback across multiple comments?

Automating code review feedback resolution involves programmatically assessing each comment's validity, applying suggested code modifications, and pushing updates. This approach ensures all reviewer feedback is handled efficiently and consistently.

Do I need GitHub CLI and Git installed to automate addressing PR comments?

Yes, you need GitHub CLI and Git installed to automate addressing PR comments. These dependencies are required for interacting with the repository, processing review feedback, and committing or pushing code changes.

Can I use this automation tool with .NET repositories and jq?

Yes, you can use this automation tool with .NET repositories and jq. The Skill explicitly requires jq for processing data and dotnet for handling code modifications and test coverage considerations within your workflow.

How to step-by-step process and resolve GitHub PR review comments automatically?

To process and resolve GitHub PR review comments automatically, the system assesses each comment, replies to it, makes necessary code modifications, and commits or pushes changes if required to fully resolve the feedback.

Why does automated code review processing consider test coverage modifications?

Automated code review processing considers test coverage modifications because addressing valid feedback often requires updating tests alongside code changes. This ensures the repository remains stable after automatically applying reviewer suggestions.