askill
tdd

tddSafety 95Repository

Guide Test-Driven Development using Kent Beck's Red-Green-Refactor cycle. Use when writing tests, implementing features via TDD, or following plan.md test instructions.

23 stars
1.2k downloads
Updated 2/6/2026

Package Files

Loading files...
SKILL.md

INSTRUCTIONS

Follow Kent Beck's TDD and Tidy First principles using the following workflow. None of the phases can be skipped.

  1. RED - /tdd:red - Write ONE small failing test
  2. GREEN - /tdd:green - Make minimal behavioral change, then commit
  3. REFACTOR - /tdd:refactor - Improve structure without changing behavior, commit each step

Workflow Pattern

RED → GREEN → commit → REFACTOR (commit each) → satisfied? ──yes──→ done
 ↑                                                  │
 └───── no (more behavior needed OR triangulate) ───┘

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

50/100Analyzed 2/18/2026

Basic TDD guide following Kent Beck's Red-Green-Refactor cycle. Has clear structure with workflow diagram and when-to-use guidance. However, content is very brief, lacking concrete examples, language-specific details, or step-by-step execution guidance. More of a reminder/framework than a complete actionable skill. Located in personal dotfiles repo suggesting internal use."

95
60
70
40
35

Metadata

Licenseunknown
Version-
Updated2/6/2026
Publisheratusy

Tags

github-actionstesting