fuzz
Installation
SKILL.md
Fuzz
Stage 3½ of the rule pipeline — runs alongside rule-validate:
rule-researchdefines the rule contract.rule-writingturns the contract into tests and implementation.rule-validateverifies noise, correctness, changesets, PR copy.fuzzstress-tests the implementation mechanically and keeps a permanent, growing memory of every false positive ever confirmed.
The harness lives in packages/fuzz (@react-doctor/fuzz, private). Read
its README.md for architecture; this skill is the operating manual.