Skill

testing-patterns

Install
1
Install the plugin
$
npx claudepluginhub yonatangross/orchestkit --plugin ork

Want just this skill?

Add to a custom plugin, then install with one command.

Description

Redirect — testing-patterns was split into 5 focused sub-skills. Use when looking for testing-patterns, writing tests, or test automation. Redirects to testing-unit, testing-e2e, testing-integration, testing-llm, or testing-perf.

Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
rules/_sections.md
rules/assertion-quality.md
rules/test-isolation.md
Skill Content

Testing Patterns (Redirect)

This skill was split into 5 focused sub-skills in v7.2.0. Use the appropriate sub-skill below.

Sub-Skills

Sub-SkillFocusWhen to Use
ork:testing-unitUnit tests, AAA pattern, fixtures, mocking, factoriesIsolated business logic tests
ork:testing-e2ePlaywright, page objects, visual regression, a11yBrowser-based end-to-end tests
ork:testing-integrationAPI endpoints, database, contract testingCross-boundary integration tests
ork:testing-llmLLM mocking, DeepEval/RAGAS, structured outputAI/ML evaluation and testing
ork:testing-perfk6, Locust, pytest-xdist, benchmarkPerformance and load testing

Quick Reference

/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

Related Skills

  • ork:testing-unit — Unit testing: AAA pattern, fixtures, mocking, factories
  • ork:testing-e2e — E2E testing: Playwright, page objects, visual regression
  • ork:testing-integration — Integration testing: API endpoints, database, contracts
  • ork:testing-llm — LLM testing: mock responses, DeepEval/RAGAS evaluation
  • ork:testing-perf — Performance testing: k6, Locust, pytest-xdist
Stats
Stars128
Forks14
Last CommitMar 20, 2026
Actions

Similar Skills