Test-Driven Development (TDD)
10,287Use when implementing any feature or bugfix, before writing implementation code
playwright-best-practices
2,747Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing per
python-testing-patterns
1,251Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setti
Test-Driven Development Workflow
608Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including un
C++ Testing (Agent Skill)
572Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitiz
bats-testing-patterns
503Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipeline
javascript-typescript-jest
194Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.