solo-skill-audit

Solid

Use when "audit skill", "review skill quality", "check skill", "skill score", "skill checklist", "is this skill good", or evaluating skill against best practices. Do NOT use for KB audits (/audit) or code review (/review).

AI & Automation 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /skill-audit Audit a skill against the quality checklist based on Anthropic's internal best practices for Claude Code skills. Reads the skill's SKILL.md, references/, scripts/, and evaluates across 12 dimensions. Source: https://x.com/trq212/status/2033949937936085378 ## Checklist Reference - Scoring rubric, 12 dimensions: `references/checklist.md` - The levers the scores measure — invocation, information hierarchy, leading words, failure modes: `references/writing-skills.md` - Term definitions used in findings: `references/skills-glossary.md` ## Steps 1. **Locate skill** from `$ARGUMENTS`: - If name: search `skills/{name}/SKILL.md` in current project, then `~/.claude/plugins/**/skills/{name}/SKILL.md` - If path: read directly - If empty: list available skills via Glob `**/skills/*/SKILL.md`, ask via AskUserQuestion 2. **Read skill contents** (parallel): - `SKILL.md` — main skill file - `references/*` — all reference files (if dir exists) - `scripts/*` — all scripts (if dir exists) - `assets/*` — all assets (if dir exists) - Count total lines of SKILL.md 3. **Read checklist** from `references/checklist.md` 4. **Evaluate each dimension** — for every checklist item, assess based on what you read: For each of the 12 dimensions: - State what you found (evidence) - Score 0, 1, or 2 (use rubric from checklist) - If score < 2: give one specific fix 5. **Determine category** — classify skill into one of 9 types from checklist. Flag if ...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category