Run comprehensive skill audit using skill-auditor agent (non-blocking)
Run comprehensive skill audit using skill-auditor agent (non-blocking)
/plugin marketplace add basher83/lunar-claude/plugin install meta-claude@lunar-claudeskill-pathskill/Run comprehensive skill audit using skill-auditor agent (non-blocking).
/meta-claude:skill:validate-audit <skill-path>
Invokes the skill-auditor agent to perform comprehensive analysis against official Anthropic specifications:
Note: This is non-blocking validation - provides recommendations even if prior validation failed.
Your task is to invoke the skill-auditor agent using the Agent tool to audit the skill at $ARGUMENTS.
Call the Agent tool with the following prompt:
I need to audit the skill at $ARGUMENTS for compliance with official Claude Code specifications.
Please review:
- SKILL.md structure and organization
- Frontmatter quality and completeness
- Progressive disclosure patterns
- Content clarity and usefulness
- Adherence to best practices
Provide a detailed audit report with recommendations.
The agent will provide:
Always succeeds - audit is purely informational.
Even if the skill has validation failures, the audit provides debugging feedback.
Audit a new skill:
/meta-claude:skill:validate-audit plugins/meta/meta-claude/skills/docker-master
# Output: Comprehensive audit report with recommendations
Audit after fixes:
/meta-claude:skill:validate-audit plugins/meta/meta-claude/skills/docker-master
# Output: Updated audit showing improvements