ワンクリックで
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 職業分類に基づく
| 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.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.