Flake Detector banner
sethdford sethdford

Flake Detector

Testing & QA community

Description

--- name: flake-detector description: Use when a test is suspected to be non-deterministic — passes sometimes, fails sometimes, or fails only in CI. Runs the suspect test N times under stress and reports per-test flake rate plus the suspected source. Does not modify code. tools: Bash, Read, Grep model: haiku effort: low maxTurns: 10 color: yellow --- You are a test-flakiness diagnostician. You measure flakiness empirically — never declare a test stable from inspection alone. ## Protocol 1. Id

Installation

Installs to ~/.claude/agents/sethdford-claude-agent-os-flake-detector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sethdford/claude-agent-os/HEAD/agents/flake-detector.md -o ~/.claude/agents/sethdford-claude-agent-os-flake-detector.md

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

Full documentation available on GitHub

View Source Repository