This is your testing strategy companion for when you need to add tests to a codebase or debug why they're failing. It gives you the full testing pyramid breakdown (70% unit, 20% integration, 10% E2E), framework recommendations across JavaScript, Python, and Go, and concrete templates for each test type following the arrange-act-assert pattern. The coverage thresholds are sensible (80% global, 95% for core modules), and the mock-versus-real guidance actually helps you avoid common pitfalls like mocking internal modules. Load it when you're setting up testing infrastructure from scratch or trying to hit coverage targets without writing garbage tests.
npx -y skills add cloudai-x/claude-workflow-v2 --skill designing-tests --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot