소개
This skill provides Claude with advanced patterns for handling asynchronous timing dependencies in software testing. By replacing fragile setTimeout or sleep calls with dynamic polling and event-based waiting, it helps developers build more resilient test suites that are both faster and more reliable across different environments. It includes logic for choosing polling intervals, implementing exponential backoff, and identifying when native event listeners are a superior alternative to polling, ensuring tests only wait as long as strictly necessary.