Godot Skill Judge
This AI assesses Godot projects based on provided criteria, offering valuable feedback for improvement and identifying potential issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add godot-skill-judge npx -- -y @trustedskills/godot-skill-judge
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"godot-skill-judge": {
"command": "npx",
"args": [
"-y",
"@trustedskills/godot-skill-judge"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to evaluate and judge the quality of generated code or project outputs within the Godot game engine. It provides a mechanism for automated assessment, allowing agents to critique logic, structure, or adherence to specific design patterns before final implementation.
When to use it
- Code Review: Automatically validate scripts written by an AI agent against best practices for Godot GDScript or C#.
- Quality Assurance: Assess generated game mechanics or level designs to ensure they meet functional requirements before testing.
- Iterative Development: Provide feedback loops where the agent judges its own previous outputs to refine subsequent generations.
- Standard Compliance: Verify that new assets or systems conform to a specific project architecture or coding standard.
Key capabilities
- Evaluates code quality and logic within the Godot engine context.
- Assesses generated game mechanics for functionality and design coherence.
- Provides structured feedback on adherence to established patterns.
Example prompts
- "Judge this GDScript node for memory leaks and performance bottlenecks."
- "Evaluate the generated physics logic for a platformer level against standard collision handling practices."
- "Critique this proposed UI system implementation for usability and code organization within Godot 4."
Tips & gotchas
Ensure the AI agent has clear criteria or a rubric defined before asking it to judge, as the skill relies on the agent's internal logic to perform the evaluation. This tool is best used in conjunction with actual runtime testing; it assesses code quality but does not execute the game itself.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.