원클릭으로
test-gen
Automated test generation and coverage auditing. Use when identifying missing tests or creating new test suites.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automated test generation and coverage auditing. Use when identifying missing tests or creating new test suites.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Advanced git operations including committing, pushing, and branch management. Use this when you need to persist changes to the remote repository.
Build and maintain Excalidraw architecture diagrams. Use this when the user asks to "draw", "diagram", or "visualize" an architecture or process.
Automated code review and quality checks. Use when you need to review changes, find TODOs, or identify complex files.
Hunt for weird, hacky, or funny code snippets and add them to the Hall of Weirdness (MUSEUM.md).
Automated documentation generation and auditing. Use when extracting comments, generating READMEs, or finding undocumented code.
Tools for automated refactoring and codebase cleanup. Use when renaming things, moving files, or consolidating logic.
| name | test-gen |
| description | Automated test generation and coverage auditing. Use when identifying missing tests or creating new test suites. |
Test Gen helps ensure your codebase is well-tested and reliable.
scripts/find_missing_tests.sh [src_dir] to identify source files that lack corresponding test files.scripts/scaffold_test.sh <source_file> to generate a basic test template for a given JavaScript, TypeScript, or Python file.find_missing_tests.sh to see where the gaps are.scaffold_test.sh to get a starting point.