ワンクリックで
tests
Reviews test coverage and testing strategy for recent code changes. Use before creating PRs to ensure changes are well-tested.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Reviews test coverage and testing strategy for recent code changes. Use before creating PRs to ensure changes are well-tested.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Commit current work, push, open a pull request, wait for CI to pass, then merge.
Commit current work, push, and open a pull request against main.
Switch to main branch, pull latest changes, and optionally begin work on a task.
Manually test your work against the locally running app by making real API or HTTP requests.
Scaffold a new project from the fullstack or Rust CLI boilerplate. Use when starting a new codebase.
Comprehensive analysis of testing strategy and coverage across the codebase. Evaluates all test types and identifies gaps.
| name | tests |
| description | Reviews test coverage and testing strategy for recent code changes. Use before creating PRs to ensure changes are well-tested. |
| user_invocable | true |
Use the Task tool to spawn a general-purpose agent with subagent_type "general-purpose".
The agent should analyze recent code changes (staged, unstaged, or as specified) and evaluate:
Pass along any specific files, commits, or scope the user mentions.
Output should include: