test-async
Installation
SKILL.md
Async Testing Pattern Analysis
I'll analyze and improve your async testing patterns, detecting race conditions, timing issues, and async/await anti-patterns.
Arguments: $ARGUMENTS - specific paths or async focus areas
Phase 1: Async Pattern Discovery
Pre-Flight Checks: Before starting, I'll verify:
- Test framework supports async testing (Jest, Mocha, Vitest, pytest-asyncio)
- Project uses async patterns (async/await, Promises, callbacks)
- Existing test files with async operations