Agent skill
tdd
TDD 操作手册 — E 阶段每个 Task
Install this agent skill to your Project
npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/config-agent_v9.1.8/.codex/skills/tdd
SKILL.md
管道位置: E → 每个 Task 循环 RED→GREEN→REFACTOR
循环
- RED: 写失败测试 → 运行确认失败
- GREEN: 写最小实现 → 运行确认通过
- REFACTOR: 清理 → 确认仍通过
测试命令检测
package.json scripts.test → Cargo.toml → go.mod → pytest 找不到 → 问用户
规则
- 测试文件和源码 1:1 对应
- 每个 Task 完成时 commit (conventional commits)
- 不测框架本身的功能
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-teams
Path D 并行编排 — 子代理分工 + Agent Teams 协作。需要 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
tdd
Path 分级 TDD 策略
context7
E 阶段按需拉取库文档 — 用 ctx7 获取准确 API 信息
knowledge
跨会话经验管理 — 在 .ai_state 内沉淀和复用项目经验
code-quality
Rev 阶段 Plugin 编排顺序
verification
V 阶段 Path 分级验证清单
Didn't find tool you were looking for?