feat: migrate all skills from Claude session: SKILL.md
This commit is contained in:
parent
475bbc7fb4
commit
9b9ea756d2
1 changed files with 14 additions and 0 deletions
14
skills/test-driven-development/SKILL.md
Normal file
14
skills/test-driven-development/SKILL.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
name: test-driven-development
|
||||
description: Use when implementing any feature or bugfix, before writing implementation code
|
||||
---
|
||||
|
||||
# Test-Driven Development (TDD)
|
||||
|
||||
## Overview
|
||||
|
||||
Write the test first. Watch it fail. Write minimal code to pass.
|
||||
|
||||
**Core principle:** If you didn't watch the test fail, you don't know if it tests the right thing.
|
||||
|
||||
**Violating the letter of the rules is violating the spirit of the rules.**
|
||||
Loading…
Reference in a new issue