Use when reviewing a skill file for quality before publishing, merging, or deploying to a marketplace. Triggers on "review this skill", "skill review", "check my SKILL.md", "review the skill at [path]", or when the user wants structured feedback on whether a skill meets best practices.
Reviews a SKILL.md against established best practices and outputs a structured pass/fail report with prioritized recommendations.
With explicit path: Use the provided path directly (supports both SKILL.md files and plugin directories).
Without path — search in this order:
./SKILL.md./plugins/*/skills/*/SKILL.mdSKILL.md and any files in references/ that it links toreferences/checklist.md — assign PASS ✅, WARNING ⚠️, or ERROR ❌Be educational, not just a linter — include a brief explanation of why each finding matters.
## Skill Review: [skill-name]
### Summary
**Status:** PASS / NEEDS WORK / FAIL
**Score:** N/N checks passed | N warnings | N errors
### ✅ Passed (N)
- [Check description]
- ...
### ⚠️ Warnings (N)
- **[Check name]**: [finding] — [brief explanation of why it matters]
- ...
### ❌ Errors (N)
- **[Check name]**: [finding] — [why it must be fixed before publishing]
- ...
### 📋 Prioritized Recommendations
1. [Most critical fix first]
2. ...
| Severity | Meaning | |---|---| | ❌ Error | Violates a spec requirement. Must fix before publishing. | | ⚠️ Warning | Best practice violation. Should fix for quality. | | ✅ Pass | Meets the standard. |
See references/checklist.md for all checks organized by category (frontmatter, description quality, naming, content, structure, scripts, plugin manifest).
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer