pr-triage

Fetch PR comment metadata, triage actionable items, and resolve conversations.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ImBIOS/swarm-tools --skill pr-triage-imbios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-triage
Source: https://github.com/ImBIOS/swarm-tools/tree/main/.opencode/skill/pr-triage
Command: npx skills add https://github.com/ImBIOS/swarm-tools --skill pr-triage-imbios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zod, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It addresses the challenge of triaging PR reviews by prioritizing human feedback, surfacing actionable issues, and reducing noise from bot comments, enabling faster, safer code integration.

Core Features & Use Cases

  • Smart triage of pull request comments by fetching compact metadata first and loading bodies only as needed.
  • Prioritized sorting to surface human feedback first and minimize cognitive load during reviews.
  • End-to-end workflow to expand, evaluate, fix with code, reply when needed, and resolve conversations to reduce noise.

Quick Start

Initiate triage on a PR by providing the repository and PR number to fetch metadata and begin prioritizing comments.

Frequently Asked Questions about pr-triage

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

FAQPage Schema
How do I triage pull request comments to prioritize human feedback?

Triage pull request comments by fetching compact metadata first to prioritize human feedback, then loading full bodies only for actionable items to reduce noise. This minimizes context loss and cognitive load during reviews.

Can I automatically suggest code fixes for critical issues in GitHub PR reviews?

Yes, you can automatically suggest code fixes for GitHub PR reviews by applying severity detection to comments and generating suggested fixes with code blocks for actionable items.

What is the best way to resolve PR conversations and reduce bot comment noise?

The best way to resolve PR conversations and reduce bot comment noise is to create resolve actions that quiet non-actionable threads after evaluating the compact metadata.

How do I fetch PR metadata without losing context from large comment bodies?

Fetch PR metadata without losing context by retrieving compact comment metadata first, then loading full comment bodies only as needed for specific actionable items. This preserves context and reduces cognitive load.

Does the triage workflow support summarizing PR review results by file?

Yes, the triage workflow supports summarizing PR review results by file. It exposes commands to list metadata, expand comment bodies, reply, resolve, and summarize results by file.