godot-verify
✓Validate Godot GDScript files using gdlint, gdformat, gdradon, and LSP diagnostics. Use when users want to: (1) Check code quality after making changes, (2) Validate before committing, (3) Run code metrics analysis, (4) Run export validation, (5) Get real-time LSP diagnostics. Uses command-line tools directly and MCP tools for LSP integration.
Installation
SKILL.md
Validate Godot project changes using gdlint, gdformat, gdradon, godot export commands, and LSP diagnostics.
| Lint | gdlint | Lint GDScript 代码 | | Format | gdformat | 格式化/检查格式 | | Metrics | gdradon cc | 代码指标分析 | | Export | godot --export-pack | 导出验证 | | LSP Diagnostics | godot-lspdiagnostics | 实时语法检查(通过 MCP) |
| F | 函数 (Function) | | : | 行号和列号 | | | 函数名 | | | 复杂度等级: A(简单), B(中等), C(复杂), D(非常复杂), F(极复杂) | | | 圈复杂度数值 |
Validate Godot GDScript files using gdlint, gdformat, gdradon, and LSP diagnostics. Use when users want to: (1) Check code quality after making changes, (2) Validate before committing, (3) Run code metrics analysis, (4) Run export validation, (5) Get real-time LSP diagnostics. Uses command-line tools directly and MCP tools for LSP integration. Source: chen19007/my_skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/chen19007/my_skills --skill godot-verify- Source
- chen19007/my_skills
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is godot-verify?
Validate Godot GDScript files using gdlint, gdformat, gdradon, and LSP diagnostics. Use when users want to: (1) Check code quality after making changes, (2) Validate before committing, (3) Run code metrics analysis, (4) Run export validation, (5) Get real-time LSP diagnostics. Uses command-line tools directly and MCP tools for LSP integration. Source: chen19007/my_skills.
How do I install godot-verify?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chen19007/my_skills --skill godot-verify Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/chen19007/my_skills
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01