godot-tdd-full
Installation
SKILL.md
Godot TDD 完整工作流
本 Skill 提供 Godot TDD(测试驱动开发)的完整工作流,整合接口设计、测试开发、代码实现和质量验证。
快速开始
// 开始新功能的 TDD 流程
{ "skill": "godot-tdd-full", "action": "start", "feature": "功能名称", "description": "功能描述" }
// 设计文件写入后,等待用户确认
{ "skill": "godot-tdd-full", "action": "approve_design" }
// 用户确认后,进入测试阶段
{ "skill": "godot-tdd-full", "action": "next_phase" }
// 运行测试验证
{ "skill": "godot-tdd-full", "action": "run_tests", "project": "D:/path/to/project" }
Related skills
More from chen19007/my_skills
godot-verify
|
22godot-tdd
Godot TDD(测试驱动开发)流程总控,协调 godot-design、godot-dev、godot-test、godot-verify 完成开发闭环。
2godot-web-e2e
End-to-end testing for any Godot Web export using Chrome DevTools and a local HTTP server. Use when verifying gameplay behavior in a Web build (not editor) and you need repeatable DevTools-driven input checks and console evidence.
2godot-test
|
2godot-dev
|
2godot-design
Godot GDScript 接口设计规范与指导,强调 TDD 友好、可测试、可维护的设计原则。
2