When someone asks "how should we test this" or "what tests do we need", this skill kicks in to help you think through test architecture instead of just writing individual tests. It pushes you toward the testing pyramid, suggests appropriate test types based on what you're building (APIs get contract tests, data pipelines get idempotency checks, frontend gets accessibility coverage), and helps identify gaps in existing suites. The real value is in forcing the conversation about what actually matters to test versus what's just coverage theater. It won't write your tests for you, but it will give you a structured plan with coverage targets and example cases so you're not just throwing assertions at the wall.
npx -y skills add anthropics/knowledge-work-plugins --skill testing-strategy --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot