triage-reviews

Extract, verify, and fix Pull Request review comments via GitHub API.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/tr4m0ryp/linkedin-mcp-server --skill triage-reviews-tr4m0ryp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-reviews
Source: https://github.com/tr4m0ryp/linkedin-mcp-server/tree/main/.agents/skills/triage-reviews
Command: npx skills add https://github.com/tr4m0ryp/linkedin-mcp-server --skill triage-reviews-tr4m0ryp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, git, graphql, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing and addressing Pull Request comments, ensuring accurate analysis and efficient issue resolution.

Core Features & Use Cases

  • PR Comment Analysis: Extracts and verifies all comments from a Pull Request against real code.
  • Automated Issue Fixing: Applies fixes to validated issues, and commits changes.
  • Issue Classification: Categorizes findings as 'Valid', 'False Positive', or 'Valid (unfixed)'.
  • GitHub Thread Management: Responds to comments and resolves GitHub review threads.

Quick Start

Use the triage-reviews skill to triage comments on PR #12345.

Frequently Asked Questions about triage-reviews

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

FAQPage Schema
How do I automate fixing issues found in PR review comments on GitHub?

To automate fixing issues in PR review comments, you can use a tool to extract feedback, verify it against the local repository code, apply fixes, and push commits directly to GitHub. This process also categorizes findings and resolves the original review threads.

What is the best way to manage and resolve GitHub pull request review threads automatically?

Automated GitHub thread management resolves pull request review threads by analyzing comments, applying code fixes locally, committing changes, and posting responses directly to the GitHub pull request via API integration.

Does automated PR review fixing require a local Git repository and GitHub API access?

Yes, automated PR review fixing requires an active local Git repository to apply and commit changes, alongside GitHub API access via GraphQL to extract pull request comments and manage thread resolution.

How does issue classification work when triaging pull request comments?

Issue classification during PR comment triage validates findings against real code, categorizing them as 'Valid' for applied fixes, 'False Positive' for incorrect flags, or 'Valid (unfixed)' for acknowledged issues without automated fixes.

Can I verify if a GitHub PR comment is a false positive before applying an automated fix?

Yes, automated PR review tools verify comments against real code before applying fixes. If the tool determines the comment does not match the actual code logic, it classifies the finding as a false positive and skips the fix.

What are the limitations of automating pull request review comment resolution?

Automating pull request review comment resolution is limited to valid, code-level fixes that can be automatically applied and committed; complex architectural feedback categorized as 'Valid (unfixed)' requires manual intervention.