Loading...
Loading...
Audits all OrchestKit skills for quality, completeness, and compliance with authoring standards. Use when checking skill health, before releases, or after bulk skill edits to surface SKILL.md files that are too long, have missing frontmatter, lack rules/references, or are unregistered in manifests.
npx skill4agent add yonatangross/orchestkit audit-skillssrc/skills/*/SKILL.mdrules/references/| Category | File | Impact | When to Use |
|---|---|---|---|
| Audit Checks | | HIGH | What to validate per skill |
| Status Rules | | MEDIUM | PASS/WARN/FAIL classification |
| Output Format | | MEDIUM | Table layout and column definitions |
| Edge Cases | | LOW | Manifest "all", orchestration skills |
src/skills/*/SKILL.mdRead("${CLAUDE_SKILL_DIR}/rules/audit-checks.md")Read("${CLAUDE_SKILL_DIR}/rules/audit-status.md")Read("${CLAUDE_SKILL_DIR}/references/output-format.md")X pass, Y warn, Z failbash src/skills/audit-skills/scripts/run-audit.shsrc/skills/| Decision | Recommendation |
|---|---|
| Manifest check | |
| 0 rules + refs | WARN only — some orchestration skills are legitimately rules-free |
| Broken refs | WARN (not FAIL) — file may exist under a different path |
ork:skill-evolutionork:quality-gates