tdd
GitHubTDD技能的别名,指向test-driven-development。用于执行测试驱动开发,遵循红绿重构循环。
触发场景
用户请求使用测试驱动开发方法
用户提到TDD或测试驱动开发
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill tdd -g -y
SKILL.md
Frontmatter
{
"name": "tdd",
"schema": 1,
"alias_of": "test-driven-development",
"triggers": {
"paths": [],
"intents": [],
"keywords": [
"asks",
"bugs",
"build",
"development",
"features",
"fix",
"integration",
"loop",
"mentions",
"red-green-refactor",
"tdd",
"test-driven",
"test-first",
"tests",
"user",
"wants"
]
},
"provenance": "self",
"description": "Test-driven development with red-green-refactor loop (alias of test-driven-development).",
"user-invocable": true
}
tdd
Alias of test-driven-development. The method content now lives at test-driven-development/references/loop.md (supporting material, if any, at test-driven-development/references/tdd/). Invoke test-driven-development.
版本历史
- 581d130 当前 2026-07-19 09:14


