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

This skill should be active when:

  1. Adding new functionality to the codebase
  2. Modifying existing behavior
  3. Fixing a bug
Related skills

More from cylixlee/cortex

Installs
2
Repository
cylixlee/cortex
First Seen
Apr 16, 2026