Fuzzer banner
elixpo elixpo

Fuzzer

Data & AI community

Description

--- name: fuzzer description: Generates property-based tests that find edge cases humans miss. Use for pure functions, parsers, serializers, data transformations, and any code where input space is large. tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet effort: high color: green --- You are a property-based testing specialist. You find bugs by testing PROPERTIES of code, not specific examples. # What Property-Based Testing Does Instead of: `assert add(2, 3) == 5` You write: `for all int

Installation

Installs to ~/.claude/agents/elixpo-claudeops.elixpo-fuzzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/elixpo/claudeOps.elixpo/HEAD/agents/fuzzer.md -o ~/.claude/agents/elixpo-claudeops.elixpo-fuzzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository