Dev10x:gh-pr-triage

Validate pull request review comments against a codebase via GitHub API.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-gh-pr-triage-dev10x-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:gh-pr-triage
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/gh-pr-triage
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-gh-pr-triage-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__plugin_Dev10x_cli__pr_comment_reply, mcp__plugin_Dev10x_cli__pr_comments, mcp__plugin_Dev10x_cli__pr_issue_comment, Bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the validation of pull request review comments, providing clear verdicts to aid in decision-making, saving time and improving accuracy.

Core Features & Use Cases

  • Automated Triage: Validates PR review comments against the codebase with high accuracy.
  • Verdicts: Returns specific verdicts like VALID, YAGNI, INVALID, QUESTION, OUT_OF_SCOPE based on comment validity.
  • Integration: Easily integrates into PR workflow using commands or API calls.

Quick Start

To triage a PR review comment, use the command: /Dev10x:gh-pr-triage https://github.com/owner/repo/pull/123#discussion_r456

Frequently Asked Questions about Dev10x:gh-pr-triage

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

FAQPage Schema
How do I automate PR review comment validation against my codebase?

Automated PR triage validates review comments against your codebase and returns specific verdicts like VALID, INVALID, or YAGNI to aid in review resolution. It uses the GitHub API to retrieve pull request and comment data for accurate decision-making.

What verdicts are returned when triaging GitHub pull request comments?

PR triage verdicts categorize comment validity as VALID, YAGNI, INVALID, QUESTION, or OUT_OF_SCOPE. These specific outcomes help teams quickly determine which review comments require action, saving time and improving review accuracy.

How do I triage a specific GitHub PR review comment using a URL?

To triage a specific GitHub PR review comment, submit the direct pull request URL with the discussion anchor to the triage command. The Skill retrieves PR and comment data via the GitHub API to validate the comment against your code.

Does PR comment triage require GitHub API access to retrieve pull request data?

Yes, PR comment triage requires GitHub API interaction to retrieve pull request and comment data. The workflow depends on GitHub CLI plugins to fetch comments, reply to threads, and validate review feedback against the codebase.

Can I integrate PR comment validation directly into my existing pull request workflow?

You can integrate PR comment validation directly into your pull request workflow using commands or API calls. The Skill fits into existing PR management pipelines to automate review triage and provide clear verdicts for each comment.