Test Coverage

Finds complex business logic, edge cases, corner cases, and past regressions that lack tests, then writes the missing unit tests (and integration/E2E tests when the risk genuinely crosses a boundary) — enforcing Google's Testing on the Toilet best practices (real > fake > mock, don't mock types you don't own, verify state not queries, avoid change-detector tests, DAMP over DRY in tests, limit mocks per test). Use when asked to "add tests", "cover edge cases", "check test coverage", "write missing tests", "harden the tests", "test this properly", or "make sure this is tested".

ariadoss 635e816 12 files · 22.4 KB Updated

File contents

ariadoss/superskills/tree/main/skills/test-coverage commit 635e8163f2

Frequently asked questions

npx skillmds@latest add ariadoss/test-coverage