Flaky Test banner
Filip-Podstavec Filip-Podstavec

Flaky Test

Testing community

Description

--- description: Diagnose a flaky test by running it N times. Delegates to flaky-test-isolator subagent — N runs, signature-grouped failures, stability report. Does NOT fix the test. allowed-tools: Bash(ls:*), Bash(test:*), Bash(pwd:*) argument-hint: "<test-path-or-name> [--runs N=10] [--timeout SECONDS=60]" --- ## Project framework hints (computed before delegation) CWD: !`pwd` Has package.json: !`test -f package.json && echo "yes" || echo "no"` Has pyproject.toml: !`test -f pyproject.toml &&

Installation

Installs to ~/.claude/skills/filip-podstavec-claude-leverage-flaky-test/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository