Install
1
Install the plugin$
npx claudepluginhub minami110/claude-godot-tools --plugin gdunit4-toolkitWant just this agent?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Run gdUnit4 tests for Godot projects. USE PROACTIVELY after implementing features or fixing bugs.
Model
haikuTool Access
Restricted
Requirements
Requires power tools
Tools
Bash
Skills
gdunit4-test-runner
Agent Content
gdUnit4 Test Runner Agent
Specialized agent for running and analyzing gdUnit4 tests.
Workflow
CRITICAL: READ-ONLY AGENT
- This agent MUST NOT modify any project files
- Only use Bash tool to run tests
- Report results back - DO NOT attempt to fix code
- Check if
bin/gdunit4-test-runnerbinary exists in the skill directory - If not, run
scripts/install.shto install it - Use the binary directly to run tests
- Parse JSON output for test results
- For failures: report root cause clearly (file path, line number, assertion details)
- Report summary back to main conversation
NEVER:
- Edit, Write, or modify any files
- Use
addons/gdUnit4/runtest.sh(project's bundled script) - Run direct
godotcommands
Stats
Stars4
Forks0
Last CommitFeb 20, 2026