pr-triage

Aggregate and classify PR review comments into AI bot noise and human feedback.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Alfie728/my-skills --skill pr-triage-alfie728
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-triage
Source: https://github.com/Alfie728/my-skills/tree/main/pr-triage
Command: npx skills add https://github.com/Alfie728/my-skills --skill pr-triage-alfie728

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage PR review comments — pull every comment from the current branch's PR, classify which are valid vs. noise from AI review bots, address valid ones locally without committing, then let the user review before push and reply/resolve everything on GitHub. Use when AI review tools (CodeRabbit, Sentry, Copilot reviewer, etc.) leave many rounds of comments and you want to filter the noise.

Core Features & Use Cases

  • Filter and bucket AI bot vs. human reviewer comments to streamline the PR feedback cycle.
  • Prepare a local, reviewable patch for user review before pushing to GitHub.
  • Generate a concise triage report summarizing addressed, dismissed, and pending threads, ready for posting on the PR.

Quick Start

Pull the current branch PR comments, classify them into AI bot noise and human feedback, and generate a review-ready triage report for user review.

Frequently Asked Questions about pr-triage

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

FAQPage Schema
How do I filter AI bot noise from GitHub PR review comments?

To filter AI bot noise from GitHub PR review comments, this Skill aggregates all feedback on the current branch and classifies it, distinguishing AI bot-generated noise from actionable human feedback to streamline the review cycle.

How do I triage PR comments locally without auto-committing changes?

You triage PR comments locally by having the Skill prepare a reviewable patch addressing valid feedback. It never auto-commits or pushes, requiring explicit user confirmation before taking any action on GitHub.

Can I use this to generate a triage report for CodeRabbit or Copilot reviewer comments?

Yes, you can use this to generate a triage report for CodeRabbit or Copilot reviewer comments. It summarizes addressed, dismissed, and pending threads, which is ready for posting directly on the PR.

What's the best way to group actionable PR review feedback before pushing to GitHub?

The best way to group actionable PR review feedback is to use a triage process that pulls branch comments, filters out AI noise, and groups valid items into a local patch for your review before any GitHub push occurs.

Does this PR triage tool automatically resolve threads on GitHub?

No, this PR triage tool does not automatically resolve threads. It enforces safety by preparing a local patch and requires explicit user confirmation before replying to or resolving any threads on GitHub.

When do I need to triage AI review bot comments on a pull request?

You need to triage AI review bot comments when tools like CodeRabbit, Sentry, or Copilot reviewer leave many rounds of feedback on your pull request and you want to filter out the noise to focus on valid feedback.