project_health_check
Check Godot project health: detect broken scenes, scripts, resources, physics issues, and missing assets. Get structured JSON errors and warnings before shipping.
Instructions
[OPTION C] Run a comprehensive diagnostic check on a Godot project. Detects: broken scenes (cannot load), broken scripts, broken resources (.tres/.res), physics bodies without CollisionShape children, orphan .uid files (Godot 4.4+), and missing assets. Returns structured JSON with errors, warnings, and project stats. Essential before shipping or after large refactors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory |