This is a solid foundation for setting up testing across your codebase, covering the full spectrum from unit tests to E2E with Playwright. It pushes the standard test pyramid ratios (70/20/10) and includes practical patterns like Given-When-Then for unit tests and the TDD red-green-refactor cycle. The mocking strategies and API testing examples are helpful if you're wiring up external dependencies. Best for greenfield projects or when you're finally addressing that "we should really add tests" backlog item. The CI/CD integration guidance means you can actually enforce this stuff in your pipeline instead of letting it rot.
npx -y skills add supercent-io/skills-template --skill testing-strategies --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot