ワンクリックで
write-tests
Generate focused tests for deterministic local software changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate focused tests for deterministic local software changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | write-tests |
| description | Generate focused tests for deterministic local software changes. |
| version | 0.1.0 |
| targets | ["codex","openclaw","agents"] |
| tags | ["testing"] |
Use this skill when a user asks for new tests, bug reproduction coverage, or fixture-backed regression checks.
Use the target source file, existing test style, package scripts, and fixture data already present in the repo.
Limit edits to tests, fixtures, and tiny support helpers unless the user asks for implementation changes.
Ask before installing dependencies, changing snapshots broadly, or running commands that write outside the repository.
Add fixtures first, cover edge cases, and keep tests runnable offline. Run the narrow test command before wider validation. Verify by running the affected test command and recording the result.