Hypothesis Tester banner
Itachi-1824 Itachi-1824

Hypothesis Tester

Data & AI community

Description

--- name: hypothesis-tester 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: `

Installation

Installs to ~/.claude/agents/itachi-1824-claude-god-mode-hypothesis-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Itachi-1824/claude-god-mode/HEAD/agents/hypothesis-tester.md -o ~/.claude/agents/itachi-1824-claude-god-mode-hypothesis-tester.md

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

Full documentation available on GitHub

View Source Repository