ワンクリックで
write-tests
Add focused regression coverage for a local behavior change.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add focused regression coverage for a local behavior change.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Measure and reduce local latency, memory, or rendering overhead.
Review a local change for privacy, permission, and data-exposure risk.
Reproduce, isolate, and verify a bug before changing code.
Inspect local dependencies for version, license, and build-path risk.
Write concise documentation from verified local code evidence.
Diagnose and fix one reproducible build, test, or runtime error.
| id | write-tests |
| name | Write Tests |
| description | Add focused regression coverage for a local behavior change. |
Write the test against observable behavior before implementation when possible. Keep fixtures small, use existing test helpers, and verify the test fails for the missing behavior before making it pass.