What problem does it solve?
This Skill helps you continuously uncover real, reachable bugs by auditing code for risk patterns and then proving each candidate with a failing red test before fixing at the root cause.
Core Features & Use Cases
- Parallel risk-pattern audits: Scans the codebase across invariant, concurrency, lifecycle, type-safety, error handling, boundary cases, derived state, time handling, query construction, idempotency, and coverage gaps to generate ranked bug hypotheses.
- Provability-first TDD loop: Requires a specific, reachable hypothesis that can be proven by a failing test and flipped to green by a root-cause fix.
- Quality-gated shipping workflow: Hands off to /ship once the bug is verified, runs /retro, and either merges automatically (with CI green) or waits for user merge.
Quick Start
Ask the assistant to run /bughunt --once to identify one provable, reachable bug hypothesis, fix it with a red-to-green test, and initiate the ship flow.