ワンクリックで
write-tests
Add focused, meaningful tests for code — happy path plus the edge cases that matter.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add focused, meaningful tests for code — happy path plus the edge cases that matter.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the `gh` CLI or the GitHub MCP server.
Stage the right changes and write a clear, conventional commit message.
Systematically diagnose and fix a bug instead of guessing.
Add clear docstrings/comments and update docs for changed or unfamiliar code.
Map and explain an unfamiliar codebase or module to the user.
Improve code structure in small, safe steps without changing behavior.
| name | Write tests |
| description | Add focused, meaningful tests for code — happy path plus the edge cases that matter. |
| triggers | ["write tests","add tests","unit test","test coverage"] |
Use this when code needs tests. Aim for tests that would actually catch a regression, not just raise the coverage number.