tdd-implement
SolidTest-Driven Development (TDD) and Incremental Implementation discipline. Use when implementing any feature or fixing bugs to enforce Red-Green-Refactor, vertical slicing, and atomic commits.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- GulajavaMinistudio
- Repository
- GulajavaMinistudio/awesome-copilot-id
- Created
- 9 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content โ not just same category
tdd
Use when implementing any feature or bugfix, before writing implementation code โ red-green-refactor loop, one vertical slice at a time. Triggers on "tdd", "test-driven", "red green refactor", "ๆต่ฏ้ฉฑๅจๅผๅ", "็บข็ปฟ้ๆ", "ๆต่ฏ้ฉฑๅจ". Not for spec-driven slice implementation (use implement โ it drives TDD within each slice) or generating tests for existing code (use test-generation).
tdd-implementation
Use when implementing any code change for a task โ new behavior, a bugfix, or a revision after review โ before writing the production code. Defines the failing-test-first cycle, public-seam testing, vertical slices, scaffold and infra handling, and counters to common excuses for tests-after-code.
tdd
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.