/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, testing-llm, or testing-perf.
$ npx -y skills add yonatangross/orchestkit --skill testing-patterns --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/testing-patterns
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.
SKILL.md
testing-patterns.SKILL.mdname: testing-patterns
compatibility: "Claude Code 2.1.220+"
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."
tags: [testing, redirect, deprecated]
version: 2.0.0
author: OrchestKit
user-invocable: false
disable-model-invocation: false
complexity: low
context: inherit
persuasion-type: guidance
effort: low
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
Read more
name: testing-patterns compatibility: "Claude Code 2.1.220+" 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." tags: [testing, redirect, deprecated] version: 2.0.0 author: OrchestKit user-invocable: false disable-model-invocation: false complexity: low context: inherit persuasion-type: guidance effort: low
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
The Complete AI Development Toolkit for Claude Code — 114 skills, 37 agents, 212 hooks. Production-ready patterns for full-stack development.
Repo: yonatangross/orchestkit
Other skills on orchestkit.
- /accessibility
Accessibility patterns for WCAG 2.2 compliance, keyboard focus management, React Aria component patterns, cognitive inclusion, native HTML-first philosophy, and user preference honoring. Use when implementing screen reader support, keyboard navigation, ARIA patterns, focus
Open skill - /agent-orchestration
Agent orchestration patterns for agentic loops, multi-agent coordination, alternative frameworks, and multi-scenario workflows. Use when building autonomous agent loops, coordinating multiple agents, evaluating CrewAI/AutoGen/Swarm, or orchestrating complex multi-step scenarios.
Open skill - /ai-ui-generation
AI-assisted UI generation patterns for json-render, v0.app, Google Stitch, Bolt Cloud, and Cursor workflows. Covers prompt engineering for component and full-stack app generation, review checklists for AI-generated code, design token injection, refactoring for design system
Open skill - /analytics
Queries local analytics across OrchestKit projects for agent usage, skill frequency, hook timing, team activity, session replay, cost estimation, and model delegation trends. Privacy-safe with hashed project IDs. Supports time-range filtering and comparative analysis. Use when
Open skill - /animation-motion-design
Animation and motion design patterns using Motion library (formerly Framer Motion) and View Transitions API. Use when implementing component animations, page transitions, micro-interactions, gesture-driven UIs, or ensuring motion accessibility with prefers-reduced-motion.
Open skill - /api-design
API contract design for REST and GraphQL, covering resource shape, URL and header versioning with deprecation windows, RFC 9457 Problem Details error handling, and OpenAPI specs. Use when specifying the wire contract an endpoint exposes, choosing a versioning scheme, or
Open skill

