// Review and ensure skills maintain high quality standards. Use when creating new skills, updating existing skills, or auditing skill quality. Checks for progressive disclosure, mental model shift, appropriate scope, and documentation clarity.
| name | skill-reviewer |
| description | Review and ensure skills maintain high quality standards. Use when creating new skills, updating existing skills, or auditing skill quality. Checks for progressive disclosure, mental model shift, appropriate scope, and documentation clarity. |
Ensure skills maintain high quality standards through systematic review.
Use this skill when:
Read the skill's SKILL.md and check the directory structure:
ls -la path/to/skill/
cat path/to/skill/SKILL.md
Review against these core quality criteria:
Create a review report with:
For in-depth review criteria and examples:
Structure Check
Content Review
Quality Assessment
Change Assessment
Documentation Update
Regression Check
# Skill Review: [skill-name]
**Date**: YYYY-MM-DD
**Reviewer**: [name]
**Type**: [New|Update|Audit]
## Summary
Brief overview of the skill and review findings.
## Checklist Results
✅ Progressive Disclosure
✅ Mental Model Shift
⚠️ Degree of Freedom - Instructions too prescriptive for declared high freedom
✅ SKILL.md Conciseness
🔴 Safety & Failure Handling - Missing error recovery steps
✅ Resource Hygiene
✅ Consistency
⚠️ Testing Guidance - Examples present but no verification steps
✅ Ownership
✅ Tight Scope
## Critical Issues
1. **Missing Failure Handling**: Add error recovery steps for [specific scenario]
## Improvements Needed
1. **Degree of Freedom Mismatch**: Reduce prescriptiveness in steps 3-5 to match high freedom declaration
2. **Testing**: Add quick verification example showing expected output
## Suggestions
- Consider moving detailed API reference to references/api-docs.md
- Example in section 4 could be more concise
## Conclusion
[Overall assessment and recommendation: Approve|Needs Revision|Reject]
Move detailed content to references/:
references/api-docs.mdreferences/workflows.mdreferences/examples.mdreferences/configuration.mdCheck that information loads in stages:
Language should reflect "this is the way":
For complete review examples with before/after comparisons:
For detailed examples of each quality criterion:
After completing a review, verify the process worked correctly:
Checklist:
Smoke test: Review a simple skill (e.g., a single-file skill with <500 words) and verify you can:
Expected outcome: A review report that provides actionable feedback and follows the template structure.
Version: 1.1.0 Last Updated: 2025-11-23 Maintainer: Alberto Leal (mail4alberto@gmail.com) Changelog: See changelogs/skill-reviewer.md