godot_check_all
Run a full Godot project check—linting, formatting, and export validation—by specifying the project's root directory to catch issues early.
Instructions
执行完整的 Godot 项目检查(lint + format + export)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | 可选:要检查的特定 GDScript 文件路径(必须是绝对路径) | |
| project | Yes | Godot 项目根目录路径(必须是绝对路径) |