run-gdlint

Community

Automate GDScript quality checks, code with confidence.

Authorfuchsst
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

gdtoolkit

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: run-gdlint
Download link: https://github.com/fuchsst/wcsaga_godot_converter/archive/main.zip#run-gdlint

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository