tdd-workflow
3
总安装量
3
周安装量
#54939
全站排名
安装命令
npx skills add https://github.com/dokhacgiakhoa/antigravity-ide --skill tdd-workflow
Agent 安装分布
amp
3
gemini-cli
3
antigravity
3
github-copilot
3
codex
3
kimi-cli
3
Skill 文档
TDD Workflow
Write tests first, code second.
1. The TDD Cycle
ð´ RED â Write failing test
â
ð¢ GREEN â Write minimal code to pass
â
ðµ REFACTOR â Improve code quality
â
Repeat...
2. The Three Laws of TDD
- Write production code only to make a failing test pass
- Write only enough test to demonstrate failure
- Write only enough code to make the test pass