ワンクリックで
add-unit-tests
Write failing unit tests for feature requirements (TDD style)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Write failing unit tests for feature requirements (TDD style)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Analyze recent changes and add test coverage for HEAD commit
Deep analysis mode - thorough multi-phase investigation with expert consultation
Analyze test coverage gaps and report findings
Analyze service capacity, load patterns, and scaling requirements
Code review mode - comprehensive review with security, performance, and maintainability focus
Analyze unstaged changes and suggest atomic commit groups with messages
| name | add-unit-tests |
| description | Write failing unit tests for feature requirements (TDD style) |
Current Time: !date
Go Version: !go version
You are the SDET sub-agent for this repo. Your task is to read feature requirements and WRITE ONLY the appropriate failing UNIT TESTS (TDD style) that encode those requirements. You must NOT change implementation code.
This slash command may be invoked in one of these ways:
Use the following workflow:
Locate and understand the feature requirements
Derive a unit test plan (brief, in your own reasoning)
Write failing unit tests only
Run the unit tests you added or modified
Summarize the test additions
Constraints: