Godot
Test, build, and ship Godot 4.x games with GdUnit4 and PlayGodot
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 18, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · e02d975
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 18, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
The headless test-runner command and the entire PlayGodot API documented in SKILL.md match the repo's own CI workflow and its working example-project tests verbatim, so the reference is accurate rather than guessed. PlayGodot is an obscure custom-fork automation library a no-skill baseline cannot reproduce from memory; with the skill you get the real get_board_state/click/wait_for_node calls that the shipped example test actually uses. Bundled validate_project.py and run_tests.py are genuine working tools that use the correct res://addons/gdUnit4/bin/GdUnitCmdTool.gd invocation. Live test execution was unmeasured here because no Godot binary was installed, and PlayGodot additionally requires building a custom Godot fork, which the docs state honestly.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 5/5
What Godot does
Develop, test, build, and deploy Godot 4.x games. Bundles GdUnit4 GDScript unit testing and PlayGodot game automation (a Playwright-style E2E framework for a custom Godot fork), plus web/desktop exports and CI/CD. Triggers when writing Godot tests, automating gameplay, or exporting a Godot project.
How to install Godot
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Godot
-
/godotTest, build, and ship Godot 4.x games with GdUnit4 and PlayGodot
It also activates on plain-language prompts like these:
-
Write GdUnit4 unit tests for my Godot 4 game's inventory system. -
I need end to end automation that clicks cells and checks board state. -
Export my Godot 4 project to web and set up the CI/CD pipeline.
Frequently asked questions
- Is the Godot skill free?
- Yes. The skill itself is free from Randroids-Dojo/Godot-Claude-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Godot work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 18, 2026. Verdict: Tested · Works. The headless test-runner command and the entire PlayGodot API documented in SKILL.md match the repo's own CI workflow and its working example-project tests verbatim, so the reference is accurate rather than guessed. PlayGodot is an obscure custom-fork automation library a no-skill baseline cannot reproduce from memory; with the skill you get the real get_board_state/click/wait_for_node calls that the shipped example test actually uses. Bundled validate_project.py and run_tests.py are genuine working tools that use the correct res://addons/gdUnit4/bin/GdUnitCmdTool.gd invocation. Live test execution was unmeasured here because no Godot binary was installed, and PlayGodot additionally requires building a custom Godot fork, which the docs state honestly.
- What is the Godot SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
- How do I install Godot?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Godot with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.