← ClaudeAtlas

agent-skills-reviewlisted

Review SKILL.md quality for Waza readiness and agent-skills-instructions compliance. Use when evaluating SKILL.md quality, checking compliance with skill authoring standards, preparing skills for release, reviewing skill PRs, or running waza readiness checks.
y-miyazaki/config · ★ 1 · Code & Development · score 68
Install: claude install-skill y-miyazaki/config
## Input - Target: `<agent-root>/skills/*/SKILL.md` - Evidence: `scripts/validate_waza.sh` and `scripts/validate.sh` outputs ## Output Specification Return structured Markdown in accordance with [references/common-output-format.md](references/common-output-format.md). That file is the source of truth for the output contract. ## Execution Scope - Run validation scripts and parse results to assess SKILL.md quality against S-_, Q-_, P-_, and BP-_ checks. - Check `waza check` token output; when SKILL.md exceeds 500 tokens, add Q-09 advisory in `## Issues` (not a Failed row unless sibling consistency was violated). - Do not merge PRs or edit unrelated files. - Do not review product runtime behavior or application business logic. ### USE FOR: - review new SKILL drafts before release - note token budget advisories when `waza check` exceeds 500 tokens (secondary to sibling consistency) - fix SKILL spec compliance findings in PR reviews ### DO NOT USE FOR: - implement product features - debug product runtime failures unrelated to SKILL quality checks - run benchmark content evaluations (`waza run eval.yaml`) as a substitute for compliance checks - modify or overwrite the target SKILL.md without explicit user approval (review output only; do not write or commit changes) ## Reference Files Guide - [common-checklist.md](references/common-checklist.md) (always read) - [common-output-format.md](references/common-output-format.md) (always read) - [category-structure.md](reference