Flaky Test Triage

Decide whether a failing test found a real bug, is flaky, or is asserting the wrong thing, before anyone changes the code it guards. Use when a test fails intermittently, when CI is red on a rerun that passed, or when someone proposes deleting or retrying a test. Triggers on "flaky test", "test failed in CI", "it passes locally", "just rerun it", "quarantine the test".

rlawoals0529 Updated

File contents

rlawoals0529/skill-lint/tree/main/examples/flaky-test-triage commit 8baa06f32e

Frequently asked questions

npx skillmds@latest add rlawoals0529/flaky-test-triage