원클릭으로
vitest-patterns
Vitest router. Use for TypeScript/JS unit and integration tests, mocking strategy, and coverage config.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Vitest router. Use for TypeScript/JS unit and integration tests, mocking strategy, and coverage config.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Database router for PostgreSQL, MariaDB, MySQL, MSSQL, Elasticsearch, and Redis data/model/query/cache changes.
NestJS GraphQL router. Use for modules, resolvers, DTOs, guards, and schema behavior.
Nx 21 monorepo router. Use for project graph, targets, generators, and workspace orchestration changes.
Package manager router for Yarn 4 and pnpm 8.9 workspaces, constraints, and lockfile behavior.
Router for release readiness: config parity, migrations, rollback, and validation evidence.
Router for bounded security review using Haus guardrails and evidence-first output.
| name | vitest-patterns |
| description | Vitest router. Use for TypeScript/JS unit and integration tests, mocking strategy, and coverage config. |
*.test.ts(x), *.spec.ts(x), vitest.config.*, or vitest.setup.*vi.mock / vi.spyOn boundaryplaywright-patterns)testing-library-patternsvitest.config.* and vitest.setup.* (environment, aliases, setup files)__mocks__ folder or shared fixtures used by neighboring testsvitest.config.* coverage blockjsdom and node environments in a single suite without // @vitest-environment directivereferences/conventions.md for naming, do/don't, and forbidden patterns.references/scope.md for Vitest file targeting and stack boundaries.references/workflow.md only for failing-test diagnosis and coverage flow.