test-driven-development

Installation
SKILL.md

Test Driven Development

Core Principle

Tests are code, not an add-on. Every feature, bug fix, or refactoring should include tests that verify the behavior. Writing tests is part of implementing functionality, not a separate activity done after.

When to Use This Skill

  • Planning new features or functionality
  • Implementing any code change
  • Fixing bugs
  • Refactoring existing code

Trigger Conditions

Installs
10
Repository
cylixlee/skills
First Seen
Mar 6, 2026
test-driven-development — cylixlee/skills