triage-reviews

Triage GitHub PR review comments by verifying findings against the codebase.

3.1k|528|Updated Apr 13, 2025
One-click install
npx skills add https://github.com/stickerdaniel/linkedin-mcp-server --skill triage-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-reviews
Source: https://github.com/stickerdaniel/linkedin-mcp-server/tree/main/.agents/skills/triage-reviews
Command: npx skills add https://github.com/stickerdaniel/linkedin-mcp-server --skill triage-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the triage of PR review comments by validating findings against the repository's code and documentation, and by applying fixes with commits.

Core Features & Use Cases

  • Gather and deduplicate comments from multiple PR sources (reviews, inline comments, and issues) across the PR.
  • Verify each finding against the actual code and docs, classify findings as valid or false positives, and prepare fixes.
  • Apply fixes with commits and communicate results by replying to threads and resolving them in GitHub.

Quick Start

Provide the PR number to start triaging reviews and resolving issues across the pull request.

Frequently Asked Questions about triage-reviews

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

FAQPage Schema
How do I automate triaging GitHub PR review comments and fixing issues?

To automate PR review triage, you can use a workflow that gathers and deduplicates comments from multiple sources, validates findings against the codebase, applies fixes with commits, and resolves threads via GitHub APIs.

What is the best way to verify if PR review findings are valid or false positives?

Verifying PR review findings involves checking each comment against the actual repository code and documentation, then classifying the findings as valid issues or false positives before preparing fixes.

Can I gather and deduplicate inline PR comments and reviews from multiple sources?

Yes, you can gather and deduplicate inline PR comments, reviews, and issues across a pull request, consolidating feedback from multiple GitHub sources into a unified triage workflow.

Does this PR triage workflow apply fixes and reply to resolved GitHub threads?

Yes, this PR triage workflow applies fixes with commits, communicates results by replying to the review threads, and resolves them automatically using GitHub APIs.

What do I need to start triaging pull request reviews on my GitHub repository?

To start triaging pull request reviews, you need to provide the PR number, which triggers the workflow to gather comments, verify findings against the codebase, and apply coordinated fixes.

How does code review deduplication work for GitHub pull requests?

Code review deduplication works by gathering comments from multiple PR sources like inline comments, reviews, and issues, then consolidating overlapping findings to streamline the triage process.