name: validate-issue description: Validate a GitHub issue against the codebase and expected behavior; use when asked to verify an issue report.
Validate Issue
Overview
Use this skill to confirm an issue is accurate and reproducible.
Inputs
- Issue text or link
- Optional reproduction steps or environment
Workflow
- Parse the issue claims and expected behavior.
- Check relevant code paths for consistency with the claim.
- Attempt reproduction or simulate with tests when feasible.
- Record evidence supporting or contradicting the issue.
- Recommend next actions (fix, clarify, close).
Output
- Validation summary with evidence and recommendation.