Loading...
Loading...
Found 209 Skills
Get best practices for XUnit unit testing, including data-driven tests
Provides patterns for running WireMock as a standalone Docker container to mock external APIs for integration and end-to-end testing. Use when testing API integrations without modifying application code, simulating third-party services, or testing error scenarios.
Orval OpenAPI TypeScript client generation best practices. This skill should be used when configuring Orval, generating TypeScript clients from OpenAPI specs, setting up React Query/SWR hooks, creating custom mutators, or writing MSW mocks. Triggers on tasks involving orval.config.ts, OpenAPI codegen, API client setup, or mock generation.
Write, run, and optimize project test cases (Vitest).
MSW (Mock Service Worker) patterns for testing Umbraco backoffice extensions with mocked APIs
Use when writing, reviewing, or debugging Jest + React Testing Library tests, before writing test code or when tests fail
Эксперт Android тестирования. Используй для JUnit, Espresso и Android test patterns.
Test-driven development workflow — write failing tests first, implement minimum code, run full suite, commit. Use when implementing features, fixing bugs, or adding test coverage. Includes mock bootstrap phase for projects with mockReset:true.
Get best practices for JUnit 5 unit testing, including data-driven tests
Emulated Resend email API for local development and testing. Use when the user needs to send emails locally, test transactional email flows, implement magic link or verification code auth, inspect sent emails, manage domains/contacts/API keys, or work with the Resend API without sending real emails. Triggers include "Resend API", "emulate Resend", "send email locally", "test email", "magic link", "verification email", "email inbox", "RESEND_BASE_URL", or any task requiring a local email API.
Use when implementing features or fixes - test-driven development with RED-GREEN-REFACTOR cycle and full code coverage requirement
Get best practices for NUnit unit testing, including data-driven tests