Acerca de
Flaky Test Repair is a specialized skill for Claude Code designed to eliminate intermittent test failures that plague modern CI/CD pipelines. Based on research demonstrating high success rates for LLM-driven test repair, this skill analyzes flaky test behaviors—including timing issues, race conditions, and shared state—to suggest or auto-apply robust code transformations. It bridges the gap between detecting unreliability and achieving deterministic, green builds by implementing industry best practices like time mocking, proper async handling, and test isolation, significantly reducing the manual effort required for test maintenance.