Testing Strategy

Use when planning tests for a bug fix, feature, or refactor — deciding what deserves a test, at which level, with what evidence. Covers test-scope decisions, test-level selection (unit / integration / contract / e2e), effort-to-risk matching, regression targeting, evidence quality, and failure-case coverage. Do NOT use for chasing a known failure (that is `debugging`), for pure doc writing (that is `documentation`), or for conceptual architecture discussion with no verification target (no dedicated skill — treat as strategy, not testing). Do NOT use for my existing test is failing — why? Do NOT use for write a testing-patterns guide for the contributor docs. Do NOT use for clean up this duplicated test setup across three files.

jacob-balslev 60a59aa 5 files · 32.1 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/testing-strategy commit 60a59aa7d5

Frequently asked questions

npx skillmds@latest add jacob-balslev/testing-strategy