Records the upstream agentskills.io sources that informed skill-audit, continuing the research → docs → skill provenance chain. - New references/sources.md with 7 extracted sources attributed to skill files; agentskills-llms-txt demoted to discovery-only comment per skill-author precedent - source_keys frontmatter added to SKILL.md (5 slugs), references/body-discipline.md (agentskills-spec, agentskills-best-practices), and references/description-quality.md (agentskills-spec, agentskills-optimizing-descriptions) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1.6 KiB
1.6 KiB
skill-audit
Audit a skill directory against the agentskills.io specification. Runs structural validation then a qualitative review across description quality, body discipline, formatting, file structure, and internal consistency.
What it does
- Runs
scripts/validate.shfor structural checks (name format, description length, line count, placeholder detection, script rules) - Reads all files in the skill directory
- Applies qualitative checks across seven dimensions
- Outputs a compact findings report — findings only, grouped by dimension, each with Why and Fix — and a result block with handoff to /skill-improve
Usage
/skill-audit
Provide the path to the skill directory to audit when invoking.
Files
| File | Purpose |
|---|---|
SKILL.md |
Skill instructions for agents |
scripts/validate.sh |
Structural validator — checks name format, name matches directory, description length, line count, placeholder detection, script executable bit, and interactive-prompt detection |
references/description-quality.md |
Spec-grounded rubric for description auditing — loaded when a finding is borderline |
references/body-discipline.md |
Spec-grounded rubric for body discipline auditing — loaded when padding vs necessity is unclear |
references/sources.md |
Provenance record — agentskills.io sources that informed this skill and which files each contributed to |
tests/validate.bats |
Bats test suite for validate.sh |
tests/README.md |
Setup instructions for bats-support and bats-assert test dependencies |