Agent Skills
› kaininx/PlainTab
› tdd
tdd
GitHubPlainTab测试驱动开发适配器,支持测试优先功能开发、缺陷修复及回归脚本编写。核心流程为:读取规范技能文件、遵循既定工作流执行、必要时更新规范文件,并确保适配器内容精简。
触发场景
需要执行测试驱动开发的工作任务
进行功能开发前的测试用例编写
修复bug后的回归测试脚本生成
安装
npx skills add kaininx/PlainTab --skill tdd -g -y
SKILL.md
Frontmatter
{
"name": "tdd",
"description": "Claude adapter for PlainTab test-first feature work, bug fixes, regression scripts, and behavior-focused validation."
}
PlainTab TDD
This is a Claude Code adapter. The canonical workflow lives at:
.agents/skills/tdd/SKILL.md from the repository root.
Before changing runtime behavior:
- Read the canonical skill file above.
- Follow that workflow.
- Update the canonical skill in
.agents/skills/if the process changes. - Keep this Claude adapter short.
版本历史
- 955e53e 当前 2026-07-24 12:24


