agent-skills-reviewlisted
Install: claude install-skill y-miyazaki/config
## Input
- Target (required): `<agent-root>/skills/*/SKILL.md`
- Evidence (required when not pre-supplied): outputs from `scripts/validate_waza.sh` and `scripts/validate.sh` — run both in Workflow step 1 when absent from context
## 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).
### 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)
- merge PRs or edit unrelated files
- review product runtime behavior or application business logic
## Reference Files Guide
- [common-checklist.md](references/common-checklist.md) (always read)
- [common-output-format.m