What problem does it solve?
This Skill eliminates the tedious and error-prone process of manually checking GDScript code for style violations, formatting issues, and complexity. It transforms complex code analysis into structured, actionable data, allowing developers to focus on writing features rather than fixing style.
Core Features & Use Cases
- Automated Code Linting: Runs
gdlint to identify style violations and best practices, providing structured error reports.
- Code Formatting: Integrates
gdformat to automatically format GDScript files, ensuring consistent style.
- Complexity Analysis: Utilizes
gdradon to calculate cyclomatic complexity, helping identify areas for refactoring.
- Use Case: After writing a new GDScript file, use this skill to automatically lint and format your code, ensuring it meets project standards before committing. If errors are found, the structured output provides exact locations and rule names for quick fixes.
Quick Start
Use the run-gdlint skill to lint the file 'res://scripts/player.gd' for style violations.