什么是 review-skill-format?
检查 SKILL.md 文件是否符合agentskills.io 标准。检查 YAML frontmatter 字段、必需部分、行数限制、过程步骤格式和注册表同步。当新技能在合并前需要格式验证、现有技能已被修改并需要重新验证、对域中的所有技能执行批量审核或在拉取请求中审查贡献者的技能提交时使用。 来源:pjt222/development-guides。
检查 SKILL.md 文件是否符合agentskills.io 标准。检查 YAML frontmatter 字段、必需部分、行数限制、过程步骤格式和注册表同步。当新技能在合并前需要格式验证、现有技能已被修改并需要重新验证、对域中的所有技能执行批量审核或在拉取请求中审查贡献者的技能提交时使用。
通过命令行快速安装 review-skill-format AI 技能到你的开发环境
来源:pjt222/development-guides。
Validate a SKILL.md file against the agentskills.io open standard. This skill checks YAML frontmatter completeness, required section presence, procedure step format (Expected/On failure blocks), line count limits, and registry synchronization. Use this before merging any new or modified skill.
Confirm the SKILL.md file exists at the expected path and read its full content.
Expected: File exists and content is readable. Line count is displayed.
检查 SKILL.md 文件是否符合agentskills.io 标准。检查 YAML frontmatter 字段、必需部分、行数限制、过程步骤格式和注册表同步。当新技能在合并前需要格式验证、现有技能已被修改并需要重新验证、对域中的所有技能执行批量审核或在拉取请求中审查贡献者的技能提交时使用。 来源:pjt222/development-guides。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/pjt222/development-guides --skill review-skill-format检查 SKILL.md 文件是否符合agentskills.io 标准。检查 YAML frontmatter 字段、必需部分、行数限制、过程步骤格式和注册表同步。当新技能在合并前需要格式验证、现有技能已被修改并需要重新验证、对域中的所有技能执行批量审核或在拉取请求中审查贡献者的技能提交时使用。 来源:pjt222/development-guides。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill review-skill-format 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/pjt222/development-guides