tdd-workflow
✓Test-Driven Development workflow for autonomous coding. Use when implementing features with TDD, writing tests first, following red-green-refactor, or ensuring test coverage.
Installation
SKILL.md
Implements Test-Driven Development workflow for feature implementation.
| Tests First | Always write tests before implementation | | Minimal Code | Write only enough code to pass tests | | Small Steps | Make incremental changes | | Fast Feedback | Run tests frequently | | Refactor Often | Keep code clean |
| Unit | Test individual functions | RED phase | | Integration | Test component interaction | After GREEN | | E2E | Test full feature flow | VERIFY phase |
Test-Driven Development workflow for autonomous coding. Use when implementing features with TDD, writing tests first, following red-green-refactor, or ensuring test coverage. Source: adaptationio/skrillz.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/adaptationio/skrillz --skill tdd-workflow- Source
- adaptationio/skrillz
- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is tdd-workflow?
Test-Driven Development workflow for autonomous coding. Use when implementing features with TDD, writing tests first, following red-green-refactor, or ensuring test coverage. Source: adaptationio/skrillz.
How do I install tdd-workflow?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adaptationio/skrillz --skill tdd-workflow 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/adaptationio/skrillz
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-01