From ork
Redirects testing pattern queries to sub-skills for unit (AAA/mocking), E2E (Playwright), integration (API/DB), LLM (DeepEval), and perf (k6/Locust) tests.
npx claudepluginhub yonatangross/orchestkit --plugin orkThis skill uses the workspace's default tool permissions.
> **This skill was split into 5 focused sub-skills in v7.2.0.** Use the appropriate sub-skill below.
Provides testing strategies, patterns, and best practices for unit, integration, E2E tests, TDD, BDD, test pyramid, and advanced topics like mutation and property-based testing.
Auto-activates to discover and provide access to testing skills for unit, integration, e2e testing, TDD, coverage, mocking, pytest, and Jest workflows.
Provides cross-language testing patterns including test pyramid, unit/integration/E2E tests, AAA structure, test doubles, naming conventions, and isolation for databases/external services.
Share bugs, ideas, or general feedback.
This skill was split into 5 focused sub-skills in v7.2.0. Use the appropriate sub-skill below.
| Sub-Skill | Focus | When to Use |
|---|---|---|
ork:testing-unit | Unit tests, AAA pattern, fixtures, mocking, factories | Isolated business logic tests |
ork:testing-e2e | Playwright, page objects, visual regression, a11y | Browser-based end-to-end tests |
ork:testing-integration | API endpoints, database, contract testing | Cross-boundary integration tests |
ork:testing-llm | LLM mocking, DeepEval/RAGAS, structured output | AI/ML evaluation and testing |
ork:testing-perf | k6, Locust, pytest-xdist, benchmark | Performance and load testing |
/ork:testing-unit # Unit testing patterns
/ork:testing-e2e # End-to-end with Playwright
/ork:testing-integration # API and database integration
/ork:testing-llm # LLM evaluation patterns
/ork:testing-perf # Performance and load testing
ork:testing-unit — Unit testing: AAA pattern, fixtures, mocking, factoriesork:testing-e2e — E2E testing: Playwright, page objects, visual regressionork:testing-integration — Integration testing: API endpoints, database, contractsork:testing-llm — LLM testing: mock responses, DeepEval/RAGAS evaluationork:testing-perf — Performance testing: k6, Locust, pytest-xdist