From skill-cso-review
Use when you want to audit SKILL.md files for CSO compliance, check if skill descriptions follow the "Use when..." pattern, or verify skill structure meets quality standards before committing or publishing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-cso-review:skill-cso-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit SKILL.md files in this repo for CSO (Claude Search Optimization) compliance
Audit SKILL.md files in this repo for CSO (Claude Search Optimization) compliance using the skill-quality-reviewer agent.
When this plugin is enabled, a PostToolUse hook automatically checks C1 and I1
after any SKILL.md edit. If issues are found, Claude is notified immediately via
a system message.
Run /skill-cso-review:review-skills to audit all SKILL.md files in the current repo.
Run /skill-cso-review:review-skills <path> to audit a specific file or directory.
| ID | Severity | Description |
|---|---|---|
| C1 | Critical | Description must start with "Use when..." |
| C2 | Critical | Description must not summarize the workflow |
| I1 | Important | "When NOT to Use" section must be present |
| M1 | Minor | No unrecognized frontmatter fields |
npx claudepluginhub gchiam/claude-code-plugins --plugin skill-cso-reviewReviews SKILL.md files against best practices with structured pass/fail reports, warnings, errors, and prioritized recommendations before publishing or deploying.
Validates SKILL.md files against the agentskills.io standard, checking YAML frontmatter, required sections, line count limits, procedure format, and registry sync. Use before merging new or modified skills.
Validates SKILL.md files against agentskills specification and Anthropic best practices. Catches structural, semantic, naming, and quality issues before publishing or debugging triggers.