ワンクリックで
test-coverage-analysis
Measure and improve test coverage by identifying untested code paths and prioritizing high-risk areas for testing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Measure and improve test coverage by identifying untested code paths and prioritizing high-risk areas for testing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Design AI agents with appropriate capabilities, tools, and personas for specific software development tasks
Design RESTful APIs with proper resource modeling, HTTP methods, error handling, and clear contracts following REST principles
Document APIs comprehensively with signatures, parameters, return values, errors, and working code examples for developer reference
Implement robust third-party API integrations with proper authentication, error handling, and rate limiting
Apply proven architectural patterns (MVC, layered, microservices) to create maintainable systems with clear separation of concerns
Systematically reproduce, diagnose, and analyze bugs to determine root cause, assess severity, and plan fix strategy
| name | Test Coverage Analysis |
| description | Measure and improve test coverage by identifying untested code paths and prioritizing high-risk areas for testing |
| category | testing |
| required_tools | ["Read","Bash","Grep"] |
Measure and improve test coverage to ensure code is adequately tested and identify untested areas that may contain bugs.
Context: Coverage report shows 75% line coverage
Analysis:
- Core business logic: 95% covered ✓
- Error handling: 45% covered ⚠️
- Edge cases: 30% covered ⚠️
- UI code: 60% covered
Priority:
1. Add tests for error handling (high risk)
2. Cover common edge cases
3. UI testing (lower priority)