AgentSkillsCN

validate-issue

根据代码库及预期行为,对 GitHub 问题进行验证;当被要求核实问题报告时使用。

SKILL.md
--- frontmatter
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

  1. Parse the issue claims and expected behavior.
  2. Check relevant code paths for consistency with the claim.
  3. Attempt reproduction or simulate with tests when feasible.
  4. Record evidence supporting or contradicting the issue.
  5. Recommend next actions (fix, clarify, close).

Output

  • Validation summary with evidence and recommendation.