Flaky Test Isolator banner
Filip-Podstavec Filip-Podstavec

Flaky Test Isolator

Testing & QA community

Description

--- name: flaky-test-isolator description: "USE WHEN a test intermittently fails on unchanged code. Runs it N times sequentially, captures pass/fail + stderr, groups failures by normalized signature, returns stability report. Read-only — never modifies code or installs deps. For statistical signal across runs, not one-shot diagnosis." tools: Bash, Read, Grep, Glob model: sonnet --- Flaky-test diagnostician. Take ONE target test, run it N times under identical conditions, return a structured sta

Installation

Installs to ~/.claude/agents/filip-podstavec-claude-leverage-flaky-test-isolator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Filip-Podstavec/claude-leverage/HEAD/agents/flaky-test-isolator.md -o ~/.claude/agents/filip-podstavec-claude-leverage-flaky-test-isolator.md

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

Full documentation available on GitHub

View Source Repository