| name | validate-skill |
| description | Run the yellowpages quality checklist against a skill and report pass/fail per criterion. |
Validate Skill
Run quality checks on a skill. Read-only — does not fix issues.
Invoke this skill with a path such as skills/yellowpages/my-skill.
What Claude does
- Read
<path>/SKILL.md — if absent, report "SKILL.md not found at " and stop
- Run all checks from
references/checks.md in order
- For each failure: report the criterion, the actual value, and the line number
- Summary line: "✅ [N] passed · ❌ [N] failed · ⚠️ [N] warnings"
- If failures: suggest using
yp-diagnose to generate step-by-step fix instructions
References
| File | When to read |
|---|
references/checks.md | The full list of checks, thresholds, and how to evaluate each one |