fuzz-fixing
Installation
SKILL.md
Fuzz-Fixing
Autonomous fuzz-and-fix loop: generate adversarial inputs, find crashes, fix the code, add regression tests, repeat until no new failures.
Contract: every fix passes the full test suite and includes a regression test. No silent error suppression.
Discovery Flow
If fuzz.json exists, skip to Setup Phase.
-
Explore with 2 parallel subagents:
Agent 1 — Structure & Stack: Directory tree, language/framework, build system, project purpose.