What problem does it solve?
AI-generated bug hunts often produce plausible but incorrect findings that waste developer time and erode trust in automated analysis. This Skill enforces mandatory adversarial verification to ensure only confirmed, actionable correctness defects are reported.
Core Features & Use Cases
- Lens-based scanning: Systematically sweep code across 5 key defect categories (logic errors, error handling flaws, edge case failures, concurrency issues, and API misuse) to avoid missing common bug types.
- Mandatory verification: Every candidate bug undergoes a skeptical adversarial review to refute unconfirmed findings, drastically reducing false positive rates.
- Standardized reporting: Output follows a consistent schema with severity, effort, and triggering scenario details for easy triage and fix prioritization.
- Use Case: An engineering team preparing for a production release can use this Skill to run a full correctness sweep of their codebase, get a prioritized list of confirmed bugs, and avoid wasting time on unverified hypotheses.
Quick Start
Use the bug-hunt skill to scan your repository's recently changed files for confirmed correctness bugs and generate a prioritized triage report.