mit einem Klick
test
// Test orchestrator — generate unit/integration/E2E tests, analyze coverage, diagnose flaky tests, design test strategy. Routes to /test-backend, /test-frontend, /test-api for specialized automation.
// Test orchestrator — generate unit/integration/E2E tests, analyze coverage, diagnose flaky tests, design test strategy. Routes to /test-backend, /test-frontend, /test-api for specialized automation.
API test automation — generate REST/GraphQL/gRPC endpoint tests, contract tests (Pact), schema validation, load tests (k6/Locust), and mock servers (MSW/WireMock)
Backend test automation — generate unit, integration, DB, queue, worker, and contract tests for Java, Python, Go, Rust, TypeScript backends
Frontend test automation — generate component tests, E2E browser tests, visual regression, accessibility audits, hook/composable tests for React, Vue, Svelte, Angular
API design and management — design endpoints, detect breaking changes, validate specs, generate mock servers and clients
Authentication and authorization — design auth flows, JWT setup, RBAC models, OAuth integration, session management
Data modeling — design schemas, plan migrations, review entity relationships, generate seed data, optimize queries
| name | test |
| description | Test orchestrator — generate unit/integration/E2E tests, analyze coverage, diagnose flaky tests, design test strategy. Routes to /test-backend, /test-frontend, /test-api for specialized automation. |
| disable-model-invocation | false |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Bash, Edit, Write |
| argument-hint | <action: generate|e2e|integration|coverage|flaky|strategy|setup> <target> |
Action: $ARGUMENTS
For deeper automation, use specialized test skills:
/test-backend — unit, integration, DB, queue, worker, contract tests for backend services/test-frontend — component, E2E, visual regression, a11y, hook tests for UI apps/test-api — REST, GraphQL, contract, schema validation, load tests, mock serversThis skill handles cross-cutting test concerns and general test generation.
generate Generate unit tests for the target:
e2e Generate E2E tests:
integration Generate integration tests:
coverage [path]Analyze test coverage:
npx vitest --coverage / npx jest --coveragepytest --cov / coverage rungo test -coverprofilecargo tarpaulin / cargo llvm-covmvn jacoco:report / gradle jacocoTestReportflaky Diagnose flaky test:
strategy Design test strategy:
/test-backend for backend automation/test-frontend for frontend automation/test-api for API automationsetup Set up test infrastructure: