triage

Automate triage and resolution of GitHub Pull Request review comments.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/alessioroberto82/claude-plugin-bmad --skill triage-alessioroberto82
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/alessioroberto82/claude-plugin-bmad/tree/main/plugin/skills/triage
Command: npx skills add https://github.com/alessioroberto82/claude-plugin-bmad --skill triage-alessioroberto82

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of handling incoming Pull Request review comments, saving developers time and ensuring feedback is addressed efficiently.

Core Features & Use Cases

  • Automated Triage: Analyzes review comments, determines validity, and suggests actions (accept, reject, clarify).
  • Automated Fixes: Implements accepted fixes directly in the codebase.
  • GitHub Integration: Interacts with GitHub PRs to fetch comments, post replies, and resolve threads.
  • Use Case: When a reviewer leaves multiple comments on a PR, this Skill can quickly assess each one, implement the valid fixes, and reply to the reviewer with the changes made, all before the developer even needs to look at the comments.

Quick Start

Use the triage skill to process the review comments on the current pull request.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I automate GitHub pull request review comment resolution?

Automating GitHub pull request review comment resolution involves analyzing feedback, implementing fixes directly in the codebase, and managing review threads. This Skill executes build and test commands across Swift, Node.js, Go, Python, Rust, and Java domains.

Can I automatically implement code review feedback fixes across different programming languages?

Yes, you can automatically implement code review feedback fixes across multiple programming languages. The process detects the programming domain, executes relevant build and test commands, and applies the accepted fixes directly to the codebase.

What is the best way to triage incoming pull request comments on GitHub?

Triaging incoming pull request comments on GitHub is best handled by analyzing review feedback to determine validity and suggest actions. This Skill evaluates comments to accept, reject, or clarify, and integrates with the GitHub API to fetch and update data.

Does automated PR triage work with Go, Rust, and Python repositories?

Automated PR triage works with Go, Rust, and Python repositories by detecting the specific programming domain. It then executes the relevant build and test commands required to validate and implement the accepted fixes for those environments.

When do I need automated pull request feedback processing?

You need automated pull request feedback processing when a reviewer leaves multiple comments on a PR. It quickly assesses each comment, implements valid fixes, replies to the reviewer with changes made, and resolves review threads before manual inspection.