Test Coverage Review

Evaluate test quality, coverage, and adherence to TDD practices

jwilger f289d13 751 B Updated

File contents

What I do

  • Verify tests were written before implementation (TDD)
  • Check acceptance tests exist for features
  • Review property-based test coverage for invariants
  • Validate nutype validator tests
  • Identify missing edge cases

When to use me

Use this skill when reviewing PRs, after implementing features, or when test quality is in question.

Review Checklist

  • Failing test exists for every bug fix
  • Acceptance tests cover end-to-end behavior
  • Unit tests cover edge cases
  • Property-based tests cover invariants
  • Nutype validators have boundary tests
  • Tests are fast and deterministic

jwilger/union_square/tree/main/.agents/skills/test-coverage-review commit f289d136da

Frequently asked questions

npx skillmds@latest add jwilger/test-coverage-review