godot-skill-judge
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkill Judge
Skill Judge
The Guardian of Quality.
质量守护者
Responsibilities
职责
- Existence Check: Ensure every skill folder has a .
SKILL.md - Metadata Validation: Ensure has valid YAML frontmatter with
SKILL.mdandname.description - Script Validation: Scan all files and check for basic parsing errors.
.gd - Godot 4 Compatibility: Scan for banned Godot 3 keywords (,
move_and_slide(vec)vector usage errors, etc).rotation_degrees
- 存在性检查:确保每个技能文件夹中都包含文件。
SKILL.md - 元数据验证:确保文件包含带有
SKILL.md和name的有效YAML前置元数据。description - 脚本验证:扫描所有文件,检查基本解析错误。
.gd - Godot 4兼容性检查:扫描禁用的Godot 3关键词(如、
move_and_slide(vec)向量使用错误等)。rotation_degrees
Available Scripts
可用脚本
skill_validator.gd
skill_validator.gd
The core validation engine. Can be run as an EditorScript or via CLI.
核心验证引擎。可作为EditorScript运行,也可通过CLI运行。
Reference
参考
- Master Skill: godot-master
- 主Skill:godot-master