pr-tools:address-review

Fetch GitHub PR review comments, categorize issues by severity, and plan resolutions.

4|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/aaronbassett/agent-foundry --skill pr-tools-address-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-tools:address-review
Source: https://github.com/aaronbassett/agent-foundry/tree/main/plugins/pr-tools/skills/address-review
Command: npx skills add https://github.com/aaronbassett/agent-foundry --skill pr-tools-address-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing feedback from code reviews, ensuring that identified issues are systematically tackled and resolved.

Core Features & Use Cases

  • Automated Review Fetching: Automatically retrieves the latest review comments from a GitHub Pull Request.
  • Issue Triage: Identifies and categorizes issues based on severity (critical, important, suggestion).
  • Guided Planning: Initiates a brainstorming session to create an action plan for addressing review findings.
  • Use Case: After a PR receives feedback, use this skill to quickly get a summary of the issues and start a discussion on how to fix them.

Quick Start

Use the pr-tools address-review skill to address the review for the current PR.

Frequently Asked Questions about pr-tools:address-review

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

FAQPage Schema
How do I address code review feedback on a GitHub pull request systematically?

To address code review feedback, this Skill fetches GitHub PR comments via GitHub CLI, categorizes issues by severity, and initiates an interactive brainstorming session to plan resolutions. It automates triaging review findings so identified issues are systematically tackled and resolved.

What is the process for categorizing pull request review comments by severity?

Categorizing pull request review comments by severity involves fetching the latest GitHub PR review comments and sorting them into critical, important, and suggestion tiers. This automated triage identifies issue priority to guide the subsequent resolution planning session.

Do I need GitHub CLI installed to fetch and triage PR review comments?

Yes, you need GitHub CLI installed to fetch and triage PR review comments. The Skill requires GitHub CLI for PR interaction and uses utility scripts for argument parsing and review comment retrieval to automate the feedback resolution workflow.

Can I use this to plan fixes for critical issues found in a code review?

Yes, you can use this to plan fixes for critical issues found in a code review. After fetching and categorizing review comments, the Skill initiates a guided brainstorming session to create an action plan for addressing review findings across all severity levels.

What's the best way to brainstorm an action plan for resolving GitHub PR feedback?

The best way to brainstorm an action plan for resolving GitHub PR feedback is using a guided planning session that categorizes issues by severity. This Skill initiates interactive brainstorming after fetching comments, creating an action plan to systematically tackle and resolve findings.

Why does addressing PR review feedback require categorizing issues before planning?

Addressing PR review feedback requires categorizing issues before planning to ensure identified issues are systematically tackled by priority. Sorting comments into critical, important, and suggestion tiers allows the brainstorming session to focus on resolving the most severe review findings first.