dev10x-gh-pr-triage

Validate GitHub PR review comments against the codebase and classify them.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically validates GitHub PR review comments against the codebase, preventing unnecessary code changes and ensuring that only valid issues are addressed.

Core Features & Use Cases

  • Automated Validation: Checks if a review comment points to a genuine code issue or is based on a misunderstanding.
  • Evidence-Based Replies: If a comment is invalid, it replies with clear evidence from the codebase.
  • Use Case: A reviewer comments that a specific variable is missing. This Skill checks the codebase, finds the variable is inherited or already defined, and replies with the exact location, marking the comment as 'INVALID' without requiring manual intervention.

Quick Start

Use the dev10x-gh-pr-triage skill to validate the comment at 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 validate GitHub pull request comments against the codebase?

Validating GitHub pull request comments against the codebase involves analyzing comment content, fetching relevant code context, and applying predefined patterns to classify the comment as valid, invalid, or out of scope. This checks if a review comment points to a genuine code issue or a misunderstanding.

What is automated PR triage and how does it classify code review feedback?

Automated PR triage classifies code review feedback into VALID, INVALID, QUESTION, or OUT_OF_SCOPE categories. It fetches relevant code context to verify the reviewer's claim, preventing unnecessary code changes by ensuring only genuine issues are addressed.

How do I reply to invalid PR review comments with code evidence?

Replying to invalid PR review comments with code evidence requires checking the codebase for the missing variable or implementation. The system finds if the variable is inherited or already defined, then replies with the exact location to mark the comment as invalid without manual intervention.

Can I automatically resolve invalid pull request threads without manual confirmation?

Automatically resolving invalid pull request threads without manual confirmation is not supported. The validation system provides evidence-based replies for invalid or out-of-scope comments but never auto-resolves threads, ensuring user confirmation is always required to close the discussion.

Does automated GitHub PR triage work without external dependencies?

Automated GitHub PR triage works without external dependencies. It operates as a standalone validation tool that analyzes comment content and fetches relevant code context directly to determine if a code fix is required based on predefined validation patterns.