Skill Checker ReportSkill Checker 报告

Static specification and semantic checks for a target `SKILL.md` based on Agent Skills specification. 根据 Agent Skills specification 对目标 `SKILL.md` 进行静态规范与语义质量检查。

Fail 不通过
Severe 2 严重问题 2
Warnings 0 一般问题 0

Summary摘要

  • Target Path:目标路径: /tmp/audit-v2/barren-order/SKILL.md/tmp/audit-v2/barren-order/SKILL.md
  • Resolved From:解析来源: File文件
  • Checked File:检查文件: /tmp/audit-v2/barren-order/SKILL.md/tmp/audit-v2/barren-order/SKILL.md
  • Checked At:检查时间: 2026-07-24T19:13:03+08:002026-07-24T19:13:03+08:00
  • Final Result:最终结论: Fail不通过
  • Severe Findings:严重问题: 22
  • Warnings:一般问题: 00

Fix Priority修复优先级

  • Fix all severe findings before warnings.先处理所有严重问题,再处理一般问题。
  • The audit fails when severe findings reach 2 or more.若严重问题达到 2 个及以上,本次检查结论为不通过。
  • Prioritize `name`, `description`, frontmatter structure, and executable body guidance.重点关注 `name`、`description`、frontmatter 结构和正文可执行性。

Findings发现的问题

severe严重spec.frontmatter-invalid

The frontmatter has structural YAML errors and cannot be parsed reliably.frontmatter 存在 YAML 结构问题,无法可靠解析。

Evidence:证据: 字段 `triggers` 不支持嵌套结构。

Suggestion:建议: Fix indentation, duplicate keys, nested formats, and field syntax.检查缩进、重复字段、嵌套格式和字段写法,确保 frontmatter 是简单合法的 YAML。

severe严重input.audit-blocked

The audit is blocked and marked as fail due to an input or parsing issue.无法继续执行字段级检查,本次检查直接判定为不通过。

Evidence:证据: name: barren-order description: "飞书群多Bot协作引擎。主从分工·@通信协议·任务编排·共享记忆。当需要配置多Bot协作、编排复杂任务、实现Bot间通信时使用。" license: MIT metadata: author: 工坊 version: 1.7.0 triggers: - 多Agent协作 - 任务编排 - DAG工作流 - barren-order - 荒原序列 - 会前情报 - 人物调研

Suggestion:建议: Fix the blocking issue and run the check again.修复 frontmatter 结构后重新运行检查。