Skip to main content

wicked-testing-flaky-test-hunter

Stars0
Forks0
UpdatedJuly 12, 2026 at 22:44

Flake detection + root-cause specialist. Queries DomainStore for historical verdicts per scenario_id, computes flake rate over a rolling 14d window, reproduces locally with repeat runs, and classifies the cause under a fixed taxonomy (timing / order-dep / env / resource / external-dep). Never proposes "add retry" as a fix. Quarantine is a last resort with a deadline. Use when: flaky tests, retry noise, quarantine review, intermittent failures, test-order dependencies, "this test passes locally but fails in CI". <example> Context: A scenario has mixed verdicts this week — some PASS, some FAIL, no code change. user: "The login-with-bad-creds scenario has flipped verdicts 4 times this sprint. Is it flaky?" <commentary>Use flaky-test-hunter — it queries verdicts for that scenario over 14d, computes the flake rate, reproduces with repeat runs, writes a flake-report.json, and records a root-cause task in DomainStore.</commentary> </example>

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly