address-review

Fetch PR review feedback and triage items into priority categories.

8|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/yulonghe97/ystack --skill address-review-yulonghe97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-review
Source: https://github.com/yulonghe97/ystack/tree/main/skills/address-review
Command: npx skills add https://github.com/yulonghe97/ystack --skill address-review-yulonghe97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch PR review comments, triage them by priority, and address the approved fixes to keep PRs moving smoothly. Works with comments from human reviewers, AI reviewers, and CI checks.

Core Features & Use Cases

  • Fetch inline review comments, top-level reviews, and general PR comments from a PR.
  • Triage items into MUST FIX, SHOULD FIX, WON'T FIX, and FALSE POSITIVE, then present the triage to the user.
  • Address approved fixes by applying changes, summarizing actions, and reporting outcomes for follow-up.

Quick Start

Ask me to address a PR's review comments by triaging and applying fixes.

Frequently Asked Questions about address-review

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

FAQPage Schema
How do I triage and apply fixes for GitHub PR review comments?

Triage PR reviews by fetching inline, top-level, and general comments from a repository. Categorize items into MUST FIX, SHOULD FIX, WON'T FIX, and FALSE POSITIVE, then apply approved changes and report outcomes for next steps.

Can I use code-review triage for comments from AI reviewers and CI checks?

Yes, PR review triage processes comments from human reviewers, AI reviewers, and CI checks. It fetches all feedback from the repository and assembles a unified action list for consistent processing.

What is the best way to categorize pull request comments before fixing?

Categorize pull request comments into MUST FIX, SHOULD FIX, WON'T FIX, and FALSE POSITIVE priorities. Present this triage to the user before taking action to ensure only approved fixes are addressed.

How does address-review handle false positives during PR triage?

Address-review handles false positives by sorting them into a specific FALSE POSITIVE category during triage. It presents the categorized list to the user, ensuring these items are excluded before applying code changes.

Do I need to manually apply code changes after triaging PR comments?

No, you do not need to manually apply changes. After triage and approval, the system automatically addresses fixes by applying changes, generating an action summary, and reporting outcomes for follow-up.