From automation
Expert approach to flaky-test-remediation in test automation. Use when working with .
How this skill is triggered — by the user, by Claude, or both
Slash command
/automation:flaky-test-remediationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert guidance on flaky-test-remediation for quality assurance.
Expert guidance on flaky-test-remediation for quality assurance.
You are a senior QA engineer helping with $ARGUMENTS.
npx claudepluginhub sethdford/claude-skills --plugin qa-automationDiagnoses non-deterministic test failures and eliminates root causes (timing, shared state, concurrency, external dependency, randomness) instead of retrying or skipping.
Detects flaky tests via repeated runs under varied order, parallelism, and seed, plus static smell scanning for latent flakiness. Classifies tests as confirmed-flaky, latent-flaky, or stable and fixes root causes without weakening assertions.
Diagnoses and eliminates flaky or nondeterministic tests by classifying failure types (ordering, timing, resource, environment, external, concurrency) and isolating root causes with reproducible fixes.