godot-skill-judge

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Skill Judge

Skill Judge

The Guardian of Quality.
质量守护者

Responsibilities

职责

  1. Existence Check: Ensure every skill folder has a
    SKILL.md
    .
  2. Metadata Validation: Ensure
    SKILL.md
    has valid YAML frontmatter with
    name
    and
    description
    .
  3. Script Validation: Scan all
    .gd
    files and check for basic parsing errors.
  4. Godot 4 Compatibility: Scan for banned Godot 3 keywords (
    move_and_slide(vec)
    ,
    rotation_degrees
    vector usage errors, etc).
  1. 存在性检查:确保每个技能文件夹中都包含
    SKILL.md
    文件。
  2. 元数据验证:确保
    SKILL.md
    文件包含带有
    name
    description
    的有效YAML前置元数据。
  3. 脚本验证:扫描所有
    .gd
    文件,检查基本解析错误。
  4. 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