Skip to content
Skillv1.0.0

testing-patterns

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,

by yonatangross(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from yonatangross/orchestkit (src/skills/testing-patterns/SKILL.md). Install upstream with npx skills add yonatangross/orchestkit --skill testing-patterns. Copyright stays with the author.

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-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

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/yonatangross-orchestkit-testing-patterns/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

yonatangross-orchestkit-testing-patterns.ocm.jsonjson
{
  "ocm": "1",
  "id": "yonatangross-orchestkit-testing-patterns",
  "kind": "skill",
  "name": "testing-patterns",
  "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.",
  "publisher": "yonatangross",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "testing",
      "redirect",
      "deprecated",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/yonatangross/orchestkit",
      "path": "src/skills/testing-patterns/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/yonatangross/orchestkit/blob/HEAD/src/skills/testing-patterns/SKILL.md",
      "key": "yonatangross/orchestkit/src/skills/testing-patterns/SKILL.md"
    },
    "compatibility": "Claude Code 2.1.251+"
  },
  "instructions": "# Testing Patterns (Redirect)\n\n> **This skill was split into 5 focused sub-skills in v7.2.0.** Use the appropriate sub-skill below.\n\n## Sub-Skills\n\n| Sub-Skill | Focus | When to Use |\n|-----------|-------|-------------|\n| `ork:testing-unit` | Unit tests, AAA pattern, fixtures, mocking, factories | Isolated business logic tests |\n| `ork:testing-e2e` | Playwright, page objects, visual regression, a11y | Browser-based end-to-end tests |\n| `ork:testing-integration` | API endpoints, database, contract testing | Cross-boundary integration tests |\n| `ork:testing-llm` | LLM mocking, DeepEval/RAGAS, st",
  "cost": {
    "context_tokens": 364
  }
}

Fetch it by URL: GET /api/v1/registry/yonatangross-orchestkit-testing-patterns/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.