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".

bg-szy 4f2f059 11.6 KB Updated

File contents

bg-szy/TOP-SKILLS/tree/main/skills/superskills/test-coverage commit 4f2f059018

Frequently asked questions

npx skillmds@latest add bg-szy/test-coverage