audit-skills
14
总安装量
13
周安装量
#23754
全站排名
安装命令
npx skills add https://github.com/yonatangross/orchestkit --skill audit-skills
Agent 安装分布
github-copilot
13
cursor
13
amp
12
codex
12
kimi-cli
12
gemini-cli
12
Skill 文档
audit-skills
Scans all src/skills/*/SKILL.md files and reports compliance with OrchestKit authoring standards. Each category has individual files in rules/ and references/ loaded on-demand.
Quick Reference
| Category | File | Impact | When to Use |
|---|---|---|---|
| Audit Checks | rules/audit-checks.md |
HIGH | What to validate per skill |
| Status Rules | rules/audit-status.md |
MEDIUM | PASS/WARN/FAIL classification |
| Output Format | references/output-format.md |
MEDIUM | Table layout and column definitions |
| Edge Cases | references/edge-cases.md |
LOW | Manifest “all”, orchestration skills |
Total: 2 rules across 2 categories
Workflow
- Discover â Glob
src/skills/*/SKILL.mdto get full skill list - Check each skill â Run all checks from
rules/audit-checks.mdin parallel - Classify â Apply status rules from
rules/audit-status.md - Render â Output table using format from
references/output-format.md - Totals â Show
X pass, Y warn, Z failat bottom
Quick Start
bash src/skills/audit-skills/scripts/run-audit.sh
Or invoke manually â Claude scans src/skills/, applies checks, and renders the summary table.
Key Decisions
| Decision | Recommendation |
|---|---|
| Manifest check | "skills": "all" in ork.json means ALL skills qualify â mark YES |
| 0 rules + refs | WARN only â some orchestration skills are legitimately rules-free |
| Broken refs | WARN (not FAIL) â file may exist under a different path |
Related Skills
ork:skill-evolutionâ Guidance on iterating and improving skillsork:quality-gatesâ Broader codebase quality checks