ワンクリックで
coverage
Comprehensive analysis of testing strategy and coverage across the codebase. Evaluates all test types and identifies gaps.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Comprehensive analysis of testing strategy and coverage across the codebase. Evaluates all test types and identifies gaps.
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.
Reviews test coverage and testing strategy for recent code changes. Use before creating PRs to ensure changes are well-tested.
| name | coverage |
| description | Comprehensive analysis of testing strategy and coverage across the codebase. Evaluates all test types and identifies gaps. |
| user_invocable | true |
Use the Task tool to spawn a general-purpose agent with subagent_type "general-purpose".
Think deeply about testing strategy. This is a comprehensive audit - consider delegating to multiple subagents if the codebase is large or spans different domains (e.g., one for backend, one for frontend, one for infrastructure).
The agent should analyze the entire codebase (or specified portion) for testing health:
Evaluate whether each type is appropriate and adequately covered:
Summary: Overall testing health and primary gaps.
Coverage by Area: | Area | Unit | Integration | E2E | Notes |
Critical Gaps: High-risk code lacking tests.
Quick Wins: Easy tests that would add significant value.
Strategic Improvements: Testing infrastructure or patterns to adopt.
Test Quality Issues: Flaky tests, poor assertions, maintenance burdens.
Be specific - cite files and suggest concrete test cases.