What problem does it solve?
This Skill helps decide whether a reported code issue is truly a bug, an intended behavior, or still unclear, so fix work only starts when the evidence supports it.
Core Features & Use Cases
- Bug Triage: Compare the diagnosed symptom against surrounding code, comments, and call sites to separate defects from deliberate behavior.
- Documentation Cross-Check: Read repository docs, AGENTS.md, CONTRIBUTING.md, and package READMEs to confirm whether the behavior is documented and expected.
- Test Evidence Review: Inspect existing tests to see whether they reinforce the current behavior or reveal that the test suite itself is wrong.
- Use Case: A maintainer receives a report about unexpected API output and uses this Skill to determine whether the code should be fixed or the reporter should be pointed to the design docs.
Quick Start
Use the verify skill to assess the diagnosed issue against the surrounding code, documentation, and tests, then return a verdict of bug, intended-behavior, or unclear.