triage

Assesses PR review comments and posts structured re-review updates to Git-based pull requests.

23|2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/tta-lab/ttal-cli --skill triage-tta-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/tta-lab/ttal-cli/tree/main/skills/triage
Command: npx skills add https://github.com/tta-lab/ttal-cli --skill triage-tta-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams quickly turn noisy or mixed PR review feedback into concrete actions, ensuring important issues get fixed promptly while clearly pushing back on false positives.

Core Features & Use Cases

  • Assess review feedback for validity and impact: categorize each comment as actionable, false positive, or deferrable based on worth and effort rather than origin or history.
  • Perform targeted fixes and evidence-backed verification: address actionable items, confirm changes via diff and logs, and gather commit and file/line references for clarity.
  • Post a structured status update to trigger re-review: report what was fixed, what was pushed back, what was deferred, and what remains so reviewers can efficiently re-check.

Quick Start

Run the triage skill using the provided review markdown file path argument so it can assess each review item, implement actionable fixes, and post a triage update back to the PR.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I triage pull request review comments to determine what to fix?

Triage PR review comments by categorizing each item as actionable, false positive, or deferrable based on worth and effort. This filters out misunderstandings and low-value notes, ensuring only high-impact issues receive evidence-backed code updates.

What is the best way to push back on invalid PR review feedback?

Push back on invalid PR review feedback by categorizing the comment as a false positive within a structured re-review status update. This clearly communicates the assessment and triggers an efficient re-check from the reviewer.

How do I verify fixes made in response to GitHub pull request comments?

Verify fixes made in response to pull request comments by checking git diff and git log evidence. Gathering specific commit and file or line references confirms the targeted changes were actually applied.

Can I automatically post a PR status update after addressing review comments?

Yes, you can post a PR status update after addressing review comments. The triage process generates a structured update reporting what was fixed, pushed back, deferred, and remaining, which triggers an efficient re-review.

Does the triage skill require a specific review file format to process PR comments?

The triage skill requires reading an explicit review-file path to process PR comments, but can fall back to a standard comment list. It uses this input to assess each review item and implement actionable fixes.