review-test-coverage
Installation
SKILL.md
Test Coverage Review
Review only unless the user separately authorizes fixes. Do not rerun external CI, post comments, or change pull-request state.
Review contract
- Establish the base, changed behavior, affected surfaces, and validation performed after the last edit.
- Read repository instructions and trace each changed branch to its owning layer and nearest existing test pattern.
- Identify the observable failure the change can cause and the narrowest test or check that would detect it.
- Exclude untouched coverage debt, duplicate tests at every layer, style preferences, and speculation without a reachable changed failure.
- Report only findings with confidence of at least 80/100, anchored to a changed location with the missing behavior, evidence, smallest test direction, and exact validation command.
- Keep code verdict, validation gaps, and external CI availability separate.
Read references/validation-patterns.md when the diff touches authorization or ownership, state transitions, persistence or migrations, async retries, UI interaction, CI or harness setup, infrastructure, or operational scripts.