skill-metadata-check
Installation
SKILL.md
Skill 元数据检查
作用
批量检查目录内所有 SKILL.md 的 YAML 头部:
- 是否存在 frontmatter 分隔符
- YAML 是否可解析
- 是否包含
name/description name/description类型是否为字符串
使用方式
- 进入技能根目录后运行脚本。
- 查看每个
SKILL.md的检查结果。
脚本
scripts/check_skill_metadata_yaml.py
Related skills
More from chen19007/my_skills
godot-verify
|
22godot-tdd
Godot TDD(测试驱动开发)流程总控,协调 godot-design、godot-dev、godot-test、godot-verify 完成开发闭环。
2godot-tdd-full
Complete TDD workflow for Godot projects. Integrates interface design, GUT testing, code implementation, and verification tools.
2godot-web-e2e
End-to-end testing for any Godot Web export using Chrome DevTools and a local HTTP server. Use when verifying gameplay behavior in a Web build (not editor) and you need repeatable DevTools-driven input checks and console evidence.
2godot-test
|
2godot-dev
|
2