ring:dev-fuzz-testing

Installation
SKILL.md

Dev Fuzz Testing (Gate 4)

Overview

Ensure critical parsing and input handling code has fuzz tests to discover crashes and edge cases through random input generation.

Core principle: Fuzz tests find bugs you didn't think to test for. They're mandatory for all code that handles external input.

<block_condition>

  • No fuzz functions = FAIL
  • Seed corpus < 5 entries = FAIL
  • Any crash found = FAIL (fix and re-run) </block_condition>

CRITICAL: Role Clarification

This skill ORCHESTRATES. QA Analyst Agent (fuzz mode) EXECUTES.

| Who | Responsibility |

Related skills
Installs
25
GitHub Stars
180
First Seen
Feb 26, 2026