Routine Flaky Test Fixer

Autonomous maintenance routine that root-causes intermittently failing CI tests — mining GitHub Actions history for same-commit red-to-green reruns, reproducing locally with repeated runs, fixing the real nondeterminism (timers, teardown, ordering, unawaited promises), and shipping via /ship after 20 consecutive green runs. Use only when the user explicitly invokes /routine-flaky-test-fixer or asks to hunt down flaky tests. SKIP for tests that can never fail (routine-useless-test-pruner) and for logic bugs that fail deterministically (routine-logic-bugfixer). The core trigger is "this test sometimes fails; make it deterministic".

bex-co 809574e 3.6 KB Updated

File contents

bex-co/beancount-io/tree/main/.agents/skills/routine-flaky-test-fixer commit 809574e69f

Frequently asked questions

npx skillmds@latest add bex-co/routine-flaky-test-fixer