dsh-tdd
测试驱动开发:先写失败测试再写实现,Prove-It 模式,测试即证明。受 addyosmani/agent-skills(88k★ MIT)启发。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:satan9394/dsh-tdd说明文档
阅读完整 README ↗使用
对 agent 说"TDD 方式实现 / 修 bug(先写复现测试)",
tdd 技能按红-绿-重构循环 + Prove-It 模式执行。