About
The Fixing Flaky Tests skill provides a systematic framework for identifying and eliminating non-deterministic test failures that disrupt CI/CD pipelines. It guides developers through a diagnostic flowchart to distinguish between shared state pollution, resource conflicts like port collisions, and race conditions. By offering concrete implementation patterns for database isolation, global variable resets, and worker-specific resource allocation, this skill helps ensure that test suites remain reliable and performant across Python, JavaScript, and E2E environments.