Generate Test Cases

This skill should be used when enumerating or planning what test cases to write for a function, module, feature, or spec, covering golden path, error, and edge cases as a reviewed case matrix before any test code exists. It applies when the user says "what should we test", "list the edge cases", "enumerate test cases", "plan the test coverage", or "what cases am I missing", or wants an exhaustive coverage plan up front. It should not be used to write or run the actual test files (use test-writer), to drive test-first implementation (use follow-tdd), or to audit an existing suite against requirements (use test-coverage-requirement-auditor).

brandonburrus 2c7c05f 6.1 KB Updated

File contents

brandonburrus/.claude/tree/main/skills/generate-test-cases commit 2c7c05fac6

Frequently asked questions

npx skillmds@latest add brandonburrus/generate-test-cases