Dev10x-gh-pr-triage

Classify GitHub PR review comments into verdicts with evidence.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-gh-pr-triage-brave-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x-gh-pr-triage
Source: https://github.com/Brave-Labs/dev10x/tree/main/codex-skills/dev10x-gh-pr-triage
Command: npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-gh-pr-triage-brave-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PR review comments can be ambiguous or repetitive; this skill analyzes comments against the codebase to decide if a code change is needed, prompting evidence-based replies when invalid or out-of-scope.

Core Features & Use Cases

  • Verdict-driven triage: returns VALID, INVALID, QUESTION, or OUT_OF_SCOPE to guide follow-up actions.
  • Evidence-backed replies: when a claim is invalid, the skill provides supporting evidence from the codebase or PR context.
  • Composable workflow: can be used standalone or as part of a broader PR review flow to drive subsequent fixes.

Quick Start

Provide a PR comment URL to triage and receive a verdict with rationale.

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 GitHub PR comment triage to decide if a code change is needed?

This skill classifies PR review comments against the codebase to determine whether a code change is needed, returning a structured verdict of VALID, INVALID, QUESTION, or OUT_OF_SCOPE along with supporting evidence to guide follow-up actions.

What is the best way to validate PR review comments against my codebase?

The best way to validate PR review comments is to analyze them against the codebase context fetched via the GitHub API, returning evidence-backed replies that prove whether a claim is invalid or out-of-scope without auto-resolving the discussion threads.

Can I use this PR triage skill with just a GitHub pull request comment URL?

Yes, you can provide a standalone PR comment URL to triage and receive a verdict with rationale. The skill accepts either a PR URL or a comment URL along with repository context to fetch data via the GitHub API and output the classification.

Does PR comment triage automatically resolve GitHub discussion threads?

No, PR comment triage does not auto-resolve GitHub discussion threads. It outputs a structured verdict and evidence from the codebase to guide follow-up actions, leaving the actual thread resolution to the user or subsequent workflow steps.

How do I generate evidence-backed replies for invalid GitHub PR comments?

You generate evidence-backed replies by analyzing invalid PR comments against the fetched codebase and PR context. When a comment is classified as INVALID, the skill provides supporting evidence from the codebase to prompt an informed, fact-based reply.