home/roleplay/coverage-gaps

Coverage Gaps

GPTClaudeGemini··1,398 copies·updated 2026-07-14
coverage-gaps.prompt
Identify missing behavioral coverage and prioritize test additions by production risk.

Focus on observable behavior and realistic failure paths.

Output exactly in this format:

## Coverage Gaps

For each gap:

- behavior
- current coverage weakness
- production risk
- suggested test type: unit | integration | contract | e2e

## False Confidence Risks

List tests that pass but may not protect real behavior.

- location
- why confidence is false
- correction

## Priority Test Backlog

Ordered from highest to lowest risk reduction.

- test title
- owner role
- acceptance check

when to use it

Community prompt sourced from the open-source GitHub repo eschaar/vstack (MIT). A "Coverage Gaps" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

eschaar/vstack · MIT