Back to skills
extension
Category: Development & EngineeringNo API key required

skill-best-practice

Check or verify if the Skill complies with best practice guidelines, covering naming conventions, directory structure, metadata integrity, temporary file cleanup, and dependency format validation. It provides a detailed checklist, automatic fix suggestions, and report templates. Additionally, it supports the completeness check and automatic repair of skill library documentation, suitable for quality verification after creating or modifying a Skill.

personAuthor: jakexiaohubgithub

Skill 最佳实践检查

使用说明

  1. 阅读 references/checklist.md 获取完整 16 项检查清单
  2. 参考 references/anatomy.json 了解 Skill 完整结构规范(目录树、命名、前言区、依赖格式)
  3. 按清单逐项验证目标 Skill,按 references/check-report-template.md 格式输出报告

自动修复: 优先处理 error 级别问题;直接修改不符合规范的文件(SKILL.md、目录结构等)

  • 删除临时文件和冗余文件
  • 修复后重新执行检查清单验证
  1. 技能库 README 完整性检查:见 references/check-report-template.md