Acerca de
This skill empowers Claude to identify and resolve flaky tests caused by timing dependencies and race conditions. By implementing a standardized 'wait-for-condition' pattern, it replaces unreliable sleep or setTimeout calls with efficient polling mechanisms that wait for actual state changes. This ensures tests run reliably across different environments—from local machines to high-latency CI pipelines—improving execution speed by avoiding unnecessary waiting and providing clearer error messaging when assertions fail.