agent-skills-reviewlisted
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