validate-pr
Installation
SKILL.md
Validate PR Comments
Validate AI-generated PR review comments on a pull request — determine which are accurate, which are low-priority noise, and which are hallucinations — by cross-referencing every comment against the actual diff.
When to Apply
Reference these guidelines when:
- The user wants AI/bot review comments on a PR checked for accuracy
- Triaging which review feedback is worth addressing before merge
- Separating genuine findings from hallucinations or misread intent
- Producing a prioritized action list from a noisy automated review
Prerequisite: the gh CLI must be installed and authenticated.