What I do
- Ensure async operations provide feedback
- Check timeout handling
- Validate progress indication
- Review cancellation support
- Ensure error states are communicated
When to use me
Use this skill when implementing async workflows, background jobs, or any operation that takes significant time.
Review Checklist
- Users know when operations are in progress
- Timeouts are handled gracefully
- Progress is indicated for long operations
- Cancellation is supported where appropriate
- Errors are communicated clearly