godot_analyze_script
Detect 10 common GDScript pitfalls such as Godot 3→4 API misuse and tight coupling in your scripts.
Instructions
Analyse GDScript files for all 10 battle-tested pitfalls: Godot 3→4 API misuse, giant scripts, := on Variant, tight coupling, signal re-entrancy, autoload misuse, missing signal disconnect, _init() timing, Python-isms, and static func on autoloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to .gd file (e.g., res://scripts/player.gd) |