Loading...
Loading...
Found 1,537 Skills
Oban background job patterns - workers, queues, error handling, testing. Load when working with background jobs.
Permission test. Use for testing.
React Testing Library patterns for testing React components, hooks, and context. Use when testing React applications.
Use when writing new Playwright E2E tests or adding test cases. Provides testing philosophy, patterns, and best practices from the Playwright Developer Handbook.
Write behavior-focused tests following Testing Trophy model with real dependencies, avoiding common anti-patterns like testing mocks and polluting production code. Use when writing new tests, reviewing test quality, or improving test coverage.
TDD/BDD testing principles, test patterns, and coverage strategies
Non-negotiable code quality standards for testing, structure, naming, error handling, and documentation
TDD workflow guide. Use PROACTIVELY when writing new features or fixing bugs. Enforces Red-Green-Refactor cycle and prevents testing anti-patterns.
Testing knowledge base for PHP 8.4 projects. Provides testing pyramid, AAA pattern, naming conventions, isolation principles, DDD testing guidelines, and PHPUnit patterns.
Use when choosing a testing strategy, right-sizing test coverage, or understanding test categories. Covers the Test Trophy model, test type tradeoffs, and guidance on balancing static analysis, unit, integration, and end-to-end tests. USE FOR: testing strategy, Test Trophy, test type selection, right-sizing test coverage, balancing test categories, choosing testing tools, test automation architecture DO NOT USE FOR: specific test category implementation (use static-analysis, unit-testing, integration-testing, e2e-testing, etc.), BDD specification authoring (use specs/documentation/gherkin)
Implement typed business operations with ActiveInteraction. Covers input types, composition, controller patterns, and testing.
Testing patterns for Vitest, React Testing Library, and Jest. Routes to component, hook, and integration test examples.