satan9394/dsh-tdd0

dsh-tdd

测试驱动开发(TDD)红绿重构循环 DSH 插件

AI 分析

核心用途是执行“先写失败测试再写实现”的红-绿-重构循环及 Prove-It 模式。适合需要通过测试证明代码正确性、规范修 bug 流程的开发者。

包名
dsh-tdd
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:satan9394/dsh-tdd

使用

对 agent 说"TDD 方式实现 / 修 bug(先写复现测试)", tdd 技能按红-绿-重构循环 + Prove-It 模式执行。