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.md file in mulesoft/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.

How to Run

Installs
8
GitHub Stars
12
First Seen
Jul 20, 2026
skill-quality-review — mulesoft/mulesoft-dx