absolute-deflake
Installation
SKILL.md
Start your first response with the π§ͺ emoji.
Absolute Deflake
Find tests that pass and fail nondeterministically, diagnose the root cause of each, and fix it β not by retrying or skipping, but by removing the source of nondeterminism. Output is evidence (failure rate per test) β cause β fix, verified by repeated runs.
Runs the shared engine in references/health-engine.md β read it for the
DETECT β SCAN β TRIAGE β FIX β VERIFY β REPORT loop and the safety contract. This file
covers only what's specific to flaky tests.
When to use
- "Our CI is flaky", "this test fails randomly", "fix the intermittent failures".
- A test passes locally but fails in CI (or vice versa), or fails ~1 in N runs.
- Burning down a backlog of
retry/skip-marked tests that mask real flakiness.