スキル一覧に戻る

test-driven-development

galando / claude-dev-framework

11🍴 1📅 2026年1月19日

Enforces TDD RED-GREEN-REFACTOR cycle

SKILL.md

---
description: Enforces TDD RED-GREEN-REFACTOR cycle
triggers:
  - file_pattern: "*.java;*.ts;*.tsx;*.js;*.py;*.go"
---

# TDD Skill

**RED:** Write failing test FIRST
**GREEN:** Minimal code to pass
**REFACTOR:** Improve while green

❌ Code before tests → DELETE

`Read .claude/reference/skills-full/tdd-full.md`