run-gdlint

Run gdlint to lint GDScript files for style violations and formatting issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fuchsst/wcsaga_godot_converter --skill run-gdlint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-gdlint
Source: https://github.com/fuchsst/wcsaga_godot_converter/tree/main/.claude/skills/run-gdlint
Command: npx skills add https://github.com/fuchsst/wcsaga_godot_converter --skill run-gdlint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gdtoolkit, and includes scripts (resource) and references (resource) components.

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.