tdd-automation-flow

Installation
SKILL.md

TDD Automation Flow

The faster the feedback loop, the more effective your TDD process becomes.

Local Automation

Use file watchers to run your tests immediately upon saving a file.

Python (pytest-watch)

ptw .

JavaScript (Jest/Vitest)

npm test -- --watch
Installs
1
GitHub Stars
1
First Seen
Jul 9, 2026
tdd-automation-flow — tomevault-io/skills-registry