Audit Claude Code skills for quality, compliance, delegation pattern, and maintainability.
Audits Claude Code skills for quality, compliance, delegation patterns, and maintainability.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install claude-code-observability@melodic-softwareAudit Claude Code skills for quality, compliance, delegation pattern, and maintainability.
Before auditing, initialize the environment:
Get the current UTC date, capture the project root path, ensure the temp directory exists, and clean up stale audit files. The skill-development skill provides authoritative validation guidance (auto-loaded when this command runs).
For regular skills (git-setup, markdown-linting): YAML frontmatter, naming, file structure, progressive disclosure, documentation quality.
For Claude Code meta-skills (skill-development, docs-management): Zero duplication, delegation pattern compliance, metadata-only content.
The command auto-detects skill type based on name and description.
| Argument | Description |
|---|---|
| (none) | Smart mode: audit modified, never-audited, or stale (>90 days) skills |
--force | Audit ALL skills regardless of status |
--plugin-only | Only audit local plugin skills |
--project-only | Only audit project skills (.claude/skills/) |
--global-only | Only audit globally installed plugin skills |
skill-name | Audit specific skill(s) by name |
Detect all skill sources in local repo and globally installed plugins.
For local discovery, check marketplace repos, single plugin repos, and .claude/skills/. Track plugin names for deduplication.
For global discovery, check ~/.claude/plugins/ (Unix) or %USERPROFILE%\.claude\plugins\ (Windows). Skip globals with local dev versions.
Parse flags and skill names. Read audit logs for each source.
Display mode, sources discovered, type distribution (A vs B), and audit queue.
For each skill, detect type then spawn the skill-auditor subagent with source, path, type, and last audit date. Run in parallel batches of 3-5.
Subagents write findings to .claude/temp/. The main conversation thread collects results and updates audit logs using its Write/Edit tools.
Report total audited by source and type, results, and details table. Note that global skill fixes must be applied manually.
All audit results are written to .claude/audit/skills.md.
Use /audit-log skills to view current audit status.
User: /audit-skills
Claude: Discovering skill sources...
## Audit Plan
**Mode**: SMART
- Plugin: claude-ecosystem (17 skills)
- Plugin: code-quality (5 skills)
- Type A: 15, Type B: 7
- Deduplicated: claude-ecosystem (global skipped)
**Will audit**: 8 skills
[Spawns skill-auditor subagents]
## Audit Complete
| Source | Skill | Type | Result | Score |
| --- | --- | --- | --- | --- |
| plugin | docs-management | B | PASS | 100/100 |
User: /audit-skills plugin:docs-management
Claude: PASS (Score: 100/100) - Excellent delegation pattern compliance