/SnapshotApiClient
Add snapshot tests for an api client module — e.g. an http client wrapping fetch with retry logic.
Your AI Command Vault
Running on hopes, dreams, and GPUs.
Testing & QA
216 commands · 8 subcategories
Add snapshot tests for an api client module — e.g. an http client wrapping fetch with retry logic.
Stub external services in tests for a payment gateway integration — e.g. an integration with a third-party payment processor.
Write clear reproduction steps for a high-traffic api endpoint — e.g. an endpoint expecting 5000 requests per second on launch day.
Add proper mocks and fixtures for a custom react hook — e.g. a usePagination hook with edge cases at page boundaries.
Write integration tests covering a user signup flow — e.g. a signup flow with email verification.
Triage and prioritize bugs in a bug reported in production — e.g. a bug where some users can't complete checkout.