test-driven-development
✓TDD workflow guide. Use PROACTIVELY when writing new features or fixing bugs. Enforces Red-Green-Refactor cycle and prevents testing anti-patterns.
Installation
SKILL.md
Write tests before code. The test is the specification. If you can't write a test, you don't understand the requirement.
Test commands by language: | Language | Run Tests | Watch Mode |
| Go | go test ./... | go test ./... -v | | Node/TS | npm test | npm test -- --watch | | Python | pytest | pytest-watch | | Java | ./mvnw test | ./mvnw test -Dtest= |
TDD workflow guide. Use PROACTIVELY when writing new features or fixing bugs. Enforces Red-Green-Refactor cycle and prevents testing anti-patterns. Source: carvalab/k-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/carvalab/k-skills --skill test-driven-development- Source
- carvalab/k-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is test-driven-development?
TDD workflow guide. Use PROACTIVELY when writing new features or fixing bugs. Enforces Red-Green-Refactor cycle and prevents testing anti-patterns. Source: carvalab/k-skills.
How do I install test-driven-development?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/carvalab/k-skills --skill test-driven-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/carvalab/k-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01