gen-test
스타1
포크0
업데이트2026년 3월 8일 16:56
Generate a vitest test file following project TDD conventions
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Generate a vitest test file following project TDD conventions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | gen-test |
| description | Generate a vitest test file following project TDD conventions |
| disable-model-invocation | true |
Create a vitest test file for a given source file, following this project's conventions.
/gen-test <path-to-source-file>
__tests__/ (e.g., lib/foo/bar.ts → __tests__/lib/foo/bar.test.ts).import { describe, expect, it } from 'vitest'@/ alias@testing-library/react and @testing-library/user-eventnpx vitest run <test-file-path> to verify tests execute.