Guides selection of automated and manual test layers for Godot features, covering deterministic logic tests, scene-level tests, and CI/export smoke coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-game-dev-code:godot-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Choose effective automated and manual test layers for Godot features without overcomplicating the project.
Choose effective automated and manual test layers for Godot features without overcomplicating the project.
npx claudepluginhub mrcalderon3d/everything-game-dev-codeGuides TDD workflows for Godot 4.3+ projects using GUT and gdUnit4 testing frameworks for GDScript and C#, including framework selection, test structure, CI runs, and patterns.
Provides specialized guidance for Godot Engine projects: .gd, .tscn, .tres file formats, component-based patterns, signals, resources, debugging, validation tools, templates, and CLI workflows.
Guides Unreal test strategy: choosing deterministic C++ tests, automation layers, and integration tests over brittle map-level tests. Use when automation coverage is weak or replication bugs recur.