tdd-pattern

Installation
SKILL.md

TDD Pattern

Follow test-driven development practices with proper test structure and meaningful assertions.

Write Test First

  1. Write a failing test that describes the desired behavior
  2. Implement the minimal code to make the test pass
  3. Refactor while keeping tests green

This ensures code is testable and requirements are clear before implementation.

Arrange-Act-Assert Pattern

Structure tests clearly:

Installs
1
First Seen
Jun 17, 2026
tdd-pattern — giantcroissant-lunar/swimming-tuna