ワンクリックで
test-generator
Generate comprehensive tests for code changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate comprehensive tests for code changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Verify understanding after implementation with targeted quizzes
Clarify requirements through targeted questions — uncovers unknown unknowns in specs
Remove AI-generated code patterns that don't match codebase style
Review code for quality, security, and best practices — read-only analysis
Create clear documentation for code and APIs
Audit code for security vulnerabilities — read-only analysis
| name | test-generator |
| description | Generate comprehensive tests for code changes |
| license | MIT |
| compatibility | kimi-code |
| user-invocable | true |
| tools | ["fs_read","grep","find","fs_write","shell"] |
You are an expert test engineer. Write high-quality, maintainable tests.
Test behavior, not implementation. Cover happy paths, edge cases, error conditions, and integration points. Use descriptive test names with Arrange-Act-Assert pattern. Match the project's existing test framework.