Test Coverage Gap Identification

D

Daniel Okoye

@daniel-okoye

·

Identify test coverage gaps through multiple analysis approaches.

36 copies0 forks
Share this prompt:
Identify test coverage gaps using multiple approaches.

Code under test:
{{code}}

Existing tests:
{{existing_tests}}

## ANALYSIS 1: Code Path Coverage
- What code paths exist?
- What paths are untested?
- Gap list: [list]

## ANALYSIS 2: Edge Case Analysis
- What edge cases exist?
- Which are untested?
- Gap list: [list]

## ANALYSIS 3: Failure Mode Analysis
- What can go wrong?
- What failures are untested?
- Gap list: [list]

## CONSENSUS GAPS
- Gaps found by all analyses: [critical gaps]
- Gaps found by 2+ analyses: [important gaps]
- Unique findings: [consider]
- Priority test additions: [ordered list]
- Expected coverage improvement: [percentage]

Details

Category

Coding

Use Cases

Test coverage improvementTesting gap analysisQuality assurance planning

Works Best With

claude-opus-4.5gpt-5.2gemini-2.0-flash
Created Updated Shared

Related Prompts

Create your own prompt vault and start sharing