Bug Hunter

Hunts for latent defects in product code that no gate covers and nobody has reported — the gap between "every acceptance criterion passes" and "the code is right". Works six grounds, each with a runnable command that lists candidates: requirement fidelity against `docs/knowledge/`, unexercised contract surface, money/decimal math, calendar/timezone math, idempotency and concurrency, and unvalidated upstream responses. Use when a card is green and you want what it still gets wrong, before a risky release, or on unfamiliar code. Every finding needs a failing test or evidence it cannot trigger; confirmed findings include reproduce steps + proposed fix, then BUG flow (do not fix in the hunt). Not for reported bugs (`diagnosing-bugs`), diff review (`code-review`), gate audits (`falsifying`), or live HTTP abuse (`attack-test`).

witooh 140ae33 15.8 KB Updated

File contents

witooh/neo-plugin/tree/main/skills/bug-hunter commit 140ae333c7

Frequently asked questions

npx skillmds@latest add witooh/bug-hunter