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.

  1. Explore with 2 parallel subagents:

    Agent 1 — Structure & Stack: Directory tree, language/framework, build system, project purpose.

Installs
1
First Seen
Mar 27, 2026
fuzz-fixing — tylergibbs1/fuzzfix