Agent skill
skills-audit
Audit skill folders for guideline compliance and portability. Use when validating SKILL.md files against skill_development_guidelines.md or checking for non-portable examples, hard-coded paths, or missing references.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/skills-audit-aufrank-agent-skills
SKILL.md
Skills Audit
Overview
Scan skill folders and report guideline violations and portability issues. Produces a JSON report plus a readable summary.
Quick start
- Run:
python <REPO_ROOT>/skills/skills-audit/scripts/audit_skills.py --root skills --guidelines skill_development_guidelines.md - Review
audit_results.jsonand fix issues in the referenced files.
Core Guidance
- Audit only; do not modify files automatically.
- Treat portability as a first-class rule: prefer
textfences and placeholders. - Report with file paths and line numbers when possible.
Trust / Permissions
- Always: Read skill files and guidelines.
- Ask: Writing audit reports outside the repo or running networked checks.
- Never: Destructive changes or auto-edits to skill content.
Resources
scripts/audit_skills.py: Main audit script.references/checklist.md: Checklist mapped toskill_development_guidelines.md.
Validation
- Run the audit against
skills/and confirm JSON output is created.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?