Flaky Test Detector

Runs a test command N times and classifies: STABLE-PASS, STABLE-FAIL (identical failure every run = a bug, not flake, labeled as such), or FLAKY (exit codes varied — the finding). Per-run exit+duration table, pass/fail rates, --keep-logs saves numbered outputs for diffing. Use when: "is this test flaky", "does it pass reliably", "run it N times", "why does this fail intermittently". Deterministic harness, zero deps.

Evan-Daruwalla c16b2ba 2 files · 18.2 KB Updated

File contents

Evan-Daruwalla/claude-skill-suite/tree/main/flaky-test-detector commit c16b2bab60

Frequently asked questions

npx skillmds@latest add evan-daruwalla/flaky-test-detector