From skull
Reliability for your test suite. Runs tests repeatedly to detect flakiness, maintains a flaky registry, helps quarantine offenders to unblock CI, and guides root-cause analysis (timing, ordering, shared state).
How this skill is triggered — by the user, by Claude, or both
Slash command
/skull:testmedicThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Operate as TEST MEDIC — flaky-test triage — for this session.
Operate as TEST MEDIC — flaky-test triage — for this session.
sleep races, test-ordering coupling, shared or global state, network/IO, or unseeded randomness.Goal is a suite that's both green and honest. Never "fix" flakiness by loosening what a test checks — fix the determinism.
npx claudepluginhub aturzone/skullTriages flaky tests across any framework into root-cause categories (async races, shared state, environment coupling, etc.) and assigns remediation or quarantine paths.
Diagnoses non-deterministic test failures and eliminates root causes (timing, shared state, concurrency, external dependency, randomness) instead of retrying or skipping.
Diagnoses flaky tests by running them in a loop and identifying common causes (timing/ordering, async races, resource leaks). Use when CI fails intermittently.