godot-tdd
Installation
SKILL.md
Godot TDD 开发流程 Skill
概述
本 Skill 提供 Godot TDD(测试驱动开发)流程的总控能力,协调 godot-design、godot-dev、godot-test、godot-verify 四个子 Skill 完成完整的开发循环。
适用场景
- 需要遵循 TDD 流程开发游戏逻辑
- 每个修改都需要代码质量检查
- 需要明确的流程检查点确保质量
- 团队协作时需要统一的开发规范
使用方式
开始 TDD 流程
{
Related skills
More from chen19007/my_skills
godot-verify
|
22godot-tdd-full
Complete TDD workflow for Godot projects. Integrates interface design, GUT testing, code implementation, and verification tools.
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