skills/review-skill/SKILL.md
Review and improve AI agent skills (SKILL.md files) against best practices from the Agent Skills specification and Anthropic's authoring guidelines. Scores skills on 10 quality dimensions, identifies specific issues, and rewrites problem areas. Use when creating, editing, auditing, or improving agent skills. Triggers on: review skill, improve skill, audit SKILL.md, check skill quality, skill best practices, optimize skill description.
npx skillsauth add agentskill-sh/learn review-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review agent skills against best practices and rewrite weak areas.
Read the full SKILL.md and all referenced files (references/, scripts/, assets/). Note the skill's purpose, target audience, and complexity.
Evaluate each dimension on a 1-5 scale using the rubric in references/rubric.md.
Skill Review: <skill-name>
| # | Dimension | Score | Key Issue |
|---|------------------------|-------|----------------------------------|
| 1 | Frontmatter | ?/5 | |
| 2 | Description Quality | ?/5 | |
| 3 | Conciseness | ?/5 | |
| 4 | Structure | ?/5 | |
| 5 | Instruction Clarity | ?/5 | |
| 6 | Freedom Calibration | ?/5 | |
| 7 | Error Handling | ?/5 | |
| 8 | Progressive Disclosure | ?/5 | |
| 9 | Scripts Quality | ?/5 | |
|10 | Completeness | ?/5 | |
Overall: ?/50
For each dimension scoring 3 or below, list concrete issues:
### Issues
1. [D2] Description is 15 characters, too vague to trigger reliably
2. [D3] Lines 45-80 explain what a CSV is; the agent already knows this
3. [D6] Three PDF libraries listed as equal options; pick a default
For each issue, show the current text and a rewritten version. Apply changes directly if the user asks for it, otherwise present as suggestions.
### Fix: [D2] Description too vague
BEFORE:
description: Helps with PDFs.
AFTER:
description: >
Extract text and tables from PDF files, fill PDF forms, merge
documents. Use when working with PDF files or when the user
mentions PDFs, forms, or document extraction.
Count approximate tokens for the full SKILL.md body (excluding frontmatter). Flag if over 5,000 tokens with specific sections to move to references/.
The full rubric with examples is in references/rubric.md.
Quick thresholds:
| Problem | Fix | |---------|-----| | Description too vague | Add what it does + when to use it + trigger keywords | | Description uses first/second person | Rewrite in third person imperative | | Explains things the agent already knows | Delete. Only add what the agent lacks. | | Multiple equal options presented | Pick a default, mention alternatives briefly | | No examples provided | Add 1-2 input/output pairs | | Deeply nested file references | Flatten to one level from SKILL.md | | SKILL.md over 500 lines | Move reference material to references/ | | Magic numbers in scripts | Add comments explaining why each value | | Scripts fail silently | Add explicit error messages with guidance | | No validation step in workflow | Add a validate-then-proceed loop | | Time-sensitive information | Remove dates, use "current" / "legacy" sections | | Inconsistent terminology | Pick one term per concept, use throughout | | No frontmatter name field | Add name (lowercase, hyphens, max 64 chars) | | No frontmatter description | Add description (max 1024 chars) | | Windows-style paths | Replace backslashes with forward slashes |
tools
Search, install, update, and rate AI agent skills from agentskill.sh (100,000+ skills). Use when the user asks to find skills, install extensions or plugins, discover new capabilities, check what skills are available, or says "how do I do X" when a skill might help. Also handles listing installed skills, checking for updates, rating skills, removing skills, and scanning skills for security issues. Triggers on: /learn, find skill, install skill, search skills, what skills, add capability, get plugin, check skill safety.
tools
Discover, install, and manage AI agent skills from agentskill.sh. Search for capabilities, install mid-session, scan for security issues, and provide feedback. Use when asked to find skills, install extensions, or check skill safety.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).