skill-quality-review
Installation
SKILL.md
Skill Quality Review
Use this skill to evaluate a SKILL.md file against Anthropic's agent-skill best practices. This is a content-quality review — token efficiency, discoverability, calibration. It is NOT a structural validator (the deterministic R1–R7 checks live in scripts/build/validate_skills.py and run in CI).
When to Use
- Reviewing a PR that adds or modifies a
skills/<name>/SKILL.mdfile inmulesoft/mulesoft-dx. - Auditing an existing skill that the user suspects is bloated, vague, or hard to trigger.
- Before publishing a new skill to the bundle.
Do NOT use this skill for:
- Pure structural checks (frontmatter present, code fences balanced) — that's
make validate-skills. - API-spec reviews — use
api-spec-validator. - Generic prose editing — this is specifically about agent-skill ergonomics.