Go Testing Patterns
703Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic G
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
Python Testing Patterns
582Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
C++ Testing (Agent Skill)
572Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitiz
pytest-coverage
336Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.