📦 Skill Quality Audit — 技能质量审计
v1.0.1审计和质量审查AI代理技能(SKILL.md文件)以确保符合Nevo Systems技能编写框架所建立的最佳实践。检查触发器是否...
运行时依赖
安装命令
点击复制技能文档
技能 Review
审计 a 技能.md file agAInst the following 质量 dimensions. 报告 findings with severity (critical / 警告 / nit) and actionable fix suggestions.
Review Dimensions
Evaluate in order. 停止 at critical findings — fix those first.
- Trigger 质量
The description field in YAML frontmatter is the ONLY trigger mechanism. It must answer three questions clearly:
What does this 技能 do? (1-2 sentences) When should the 代理 use it? (上下文s, task types) What trigger phrases activate it? (exact words users might say)
Red flags:
Description is vague (<2 sentences or generic like "Helps with X") Trigger phrases are missing or too broad Trigger conditions are in the body, not the frontmatter 技能 would trigger when irrelevant (overly broad scope)
- Structure: Rigid vs Flexible
Determine if the 技能 matches the right structural 应用roach:
应用roach Use When 签名s of Mismatch Rigid Fragile task, consistency critical, skipping steps = 失败 Loose 图形界面delines for DB 迁移 Flexible Multiple valid 应用roaches, requires judgment Overly prescriptive for code review
Decision rule: If the 代理 deviates from instructions, how much damage?
High damage → Must be rigid (numbered steps, 检查列出s, exact commands) Low damage → Flexible OK (图形界面delines, heuristics, decision 框架s)
- Conciseness
- 进度ive Disclosure
检查 the three-level loading strategy:
Level 1 (always in 上下文): Frontmatter name + description — under ~100 words Level 2 (on trigger): 技能.md body — under 5,000 words, self-contAIned enough to 启动 work Level 3 (on demand): References/ — loaded only when needed
Red flags:
技能.md body contAIns detAIled API docs, 模式s, or variant-specific content → move to references/ Multiple variants/框架s live in body instead of separate reference files No references/ directory exists but body exceeds 500 lines Reference files not explicitly mentioned in 技能.md body
- Common Mistakes 检查列出
- Bundled Resources 检查
- Trigger 测试 (if 应用licable)
If a test plan exists or can be inferred:
列出 3 queries that SHOULD trigger this 技能 列出 3 queries that SHOULD NOT trigger this 技能 Flag any overlap or ambi图形界面ty 输出 格式化
技能 Review: [技能-name]
Summary
[1-2 sentences: overall 质量, primary issues]Findings
| # | Severity | Dimension | Issue | Fix |
|---|---|---|---|---|
| 1 | critical | Trigger | ... | ... |
Trigger Test
- ✅ Should trigger: ...
- ❌ Should NOT trigger: ...
Score
- Trigger: X/10
- Structure: X/10
- Conciseness: X/10
- 进度ive Disclosure: X/10
- Overall: X/10