关于
The Condition-Based Waiting skill empowers Claude to identify and refactor unreliable tests that rely on arbitrary delays like setTimeout or sleep. By implementing a robust polling pattern, it ensures tests wait for specific conditions—such as state changes, event triggers, or file availability—rather than guessing execution time. This approach significantly improves CI/CD stability, reduces false negatives, and ensures tests run as fast as possible on high-performance machines while remaining resilient under heavy load.