validate-issue

Validate GitHub issues by comparing claims against codebase consistency and expected behavior.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill validate-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-issue
Source: https://github.com/rdfitted/Claude-Code-Setup/tree/main/.codex/skills/validate-issue
Command: npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill validate-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that reported GitHub issues are accurate and reproducible by cross-referencing them with the codebase and expected behavior.

Core Features & Use Cases

  • Issue Validation: Confirms the validity and reproducibility of a GitHub issue report.
  • Code Consistency Check: Analyzes relevant code paths for discrepancies with the issue's claims.
  • Use Case: When a user reports a bug, this skill can be used to automatically check if the reported behavior aligns with the current code and if it can be reproduced.

Quick Start

Validate the GitHub issue described in the provided text.

Frequently Asked Questions about validate-issue

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

FAQPage Schema
How do I validate a GitHub bug report against my codebase?

To validate a GitHub bug report, the skill scans relevant code paths and attempts reproduction to confirm the issue's accuracy and check if reported claims align with codebase consistency and expected behavior.

Can I automatically verify GitHub issue reproducibility during triage?

Yes, you can verify GitHub issue reproducibility during triage by cross-referencing the reported behavior against the codebase and attempting to reproduce the steps to confirm issue validity.

What is the process for checking code consistency with reported GitHub issues?

Checking code consistency involves comparing the claims made in a GitHub issue against the actual codebase, analyzing relevant code paths for discrepancies, and confirming that the reported behavior matches expected outcomes.

How does issue validation work for bug verification in software engineering?

Issue validation for bug verification works by comparing reported claims against codebase consistency, scanning relevant code paths, and attempting reproduction to confirm the accuracy and validity of the reported GitHub issue.

Do I need any external dependencies to check GitHub issue accuracy?

No external dependencies are required to check GitHub issue accuracy, as the skill independently scans relevant code paths and attempts reproduction to verify issue claims against the codebase.

When should I use automated issue validation for GitHub bug reports?

You should use automated issue validation when a user reports a bug and you need to automatically check if the reported behavior aligns with the current code and verify if it can be reproduced.