testing-patterns

Installation
SKILL.md

Testing Patterns

Systematic approach to effective testing. Use this skill when:

  • Writing or changing tests (load anti-patterns reference)
  • Designing test strategies for new features
  • Reviewing test coverage adequacy
  • Implementing test frameworks or infrastructure

Test-Driven Development (TDD)

TDD is MANDATORY for new feature code. Write tests before implementation.

The TDD Cycle

Installs
5
GitHub Stars
261
First Seen
Feb 16, 2026
testing-patterns — groupzer0/vs-code-agents