Skill Reviewer Pro
by @ykaixu
Performs thorough format validation, content quality assessment, and functional verification of OpenClaw skills for compliance and completeness.
clawhub install skill-reviewer-pro๐ About This Skill
name: skill-reviewer-pro description: Comprehensive skill review and validation for OpenClaw skills. Performs multi-level review: (1) Format validation, (2) Writing quality assessment (structure, description, examples, scoring), (3) Functional verification (templates match OpenClaw specs), (4) Best practices check, (5) Optimization recommendations, (6) Workflow validation (for workflow tools). Use when auditing skills before publishing, evaluating downloaded skills, or improving existing skills. IMPORTANT: Always respond in the same language as the user's request (auto-adapt to user's language).
Skill Reviewer Pro
Comprehensive skill review and validation for OpenClaw skills with scoring rubric, defect checklists, functional verification, optimization recommendations, and workflow validation.
Language Adaptation
IMPORTANT: Always respond in the same language as the user's request.
Auto-adapt to the user's language to ensure clear communication and better user experience.
Review: agent-builder-plus (Example)
Level 1: Format Validation โ
package_skill.py validation passedLevel 2: Writing Quality Assessment
Structure: โ Good (6/6)
Description: โ Strong (8/8)
Example Density: โ ๏ธ Low (1/3)
Organization: โ Good (6/6)
Actionability: โ Good (10/10)
Level 3: Functional Verification โ CRITICAL (0/20)
Problem: Generated AGENTS.md template does not match OpenClaw specifications
Missing from templates.md AGENTS.md:
Impact: Skills created with agent-builder-plus will be missing critical OpenClaw agent behaviors.
Level 4: Best Practices Check โ Good (15/15)
Progressive Disclosure: โ Good (5/5)
Resource Organization: โ Good (5/5)
Triggering Accuracy: โ Good (5/5)
Level 5: Optimization Recommendations
#### ๐ด Critical (Must Fix)
1. Fix AGENTS.md Template Functional Mismatch Update references/templates.md to include all required sections from actual OpenClaw AGENTS.md.
#### ๐ก Major (Should Fix)
2. Add More Concrete Examples Add 3-5 concrete code examples in workflow sections.
3. Add Quick Start Section Add a "Quick Start" section at the beginning of SKILL.md.
Level 6: Workflow Validation โ CRITICAL (0/20)
Note: This level applies to workflow tools (skills that guide users through multi-step processes).
#### Workflow Completeness Check
WORKFLOW COMPLETENESS CHECK:[ ] Each phase has clear operational steps
[ ] Correct CLI commands are used
[ ] Error handling is documented
[ ] Backup and recovery mechanisms exist
[ ] Verification steps are included
[ ] Configuration management is documented
[ ] Failure recovery strategies exist
agent-builder-plus Analysis:
| Check | Status | Issue |
|--------|---------|--------|
| Each phase has clear operational steps | โ ๏ธ Partial | Phase 2 only lists files, not creation commands |
| Correct CLI commands are used | โ Missing | No openclaw agents add command |
| Error handling is documented | โ Missing | No error handling in any phase |
| Backup and recovery mechanisms exist | โ Missing | No backup before config changes |
| Verification steps are included | โ Missing | No verification after agent registration |
| Configuration management is documented | โ Missing | No auth-profiles.json documentation |
| Failure recovery strategies exist | โ Missing | No recovery strategies for any phase |
#### Detailed Issues
Issue 1: Missing BOOTSTRAP.md in file list
BOOTSTRAP.md to Phase 2 file listIssue 2: No agent registration logic
openclaw agents add command documentedopenclaw agents add commandIssue 3: No auth-profiles.json documentation
Issue 4: No backup mechanism
Issue 5: No configuration verification
Issue 6: No directory creation robustness
mkdir -p with error checkingIssue 7: No automated testing (Phase 8)
Issue 8: No failure recovery strategies
Issue 9: Unclear Feishu binding method
Issue 10: Optional systemd heartbeat
Score Summary
SKILL REVIEW SCORECARD
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Skill: agent-builder-plus
Reviewer: ๅคง้ฑผ
Date: 2026-02-27Category Score Max
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Level 1: Format 10 10 โ
Level 2: Writing
- Structure 6 6 โ
- Description 8 8 โ
- Example density 1 3 โ ๏ธ
- Organization 6 6 โ
- Actionability 10 10 โ
Level 3: Functional 0 20 โ CRITICAL
Level 4: Best Practices
- Progressive 5 5 โ
- Resources 5 5 โ
- Triggering 5 5 โ
Level 5: Optimization 0 10 (recommendations provided)
)
Level 6: Workflow 0 20 โ CRITICAL
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
TOTAL 56 116
RATING: 56/116 = Fair โ significant gaps to address
VERDICT: REWORK (functional and workflow verification failed)
Top Defects
1. Functional Mismatch: AGENTS.md template missing critical OpenClaw specifications.
2. Workflow Incomplete: Missing agent registration, configuration verification, backup mechanisms, error handling, and failure recovery strategies.
Recommendation
1. Update references/templates.md AGENTS.md template with all required sections
2. Add Phase 2.5 (agent registration with openclaw agents add)
3. Add Phase 2.6 (configuration verification)
4. Add backup mechanism before config changes
5. Add failure recovery strategies to each phase
6. Add directory creation error handling
7. Add Phase 8 (automated testing)
8. Clarify Feishu binding options in Phase 1
9. Add optional systemd service configuration
Review Workflow Guide
Level 1: Format Validation
Run automatic validation using package_skill.py:
python3 /home/yupeng/.npm-global/lib/node_modules/openclaw/skills/skill-creator/scripts/package_skill.py
Level 2: Writing Quality Assessment
Check structure, description, examples, organization, and actionability.
Level 3: Functional Verification
For OpenClaw skills, compare generated templates with actual specifications.
Level 4: Best Practices Check
Verify progressive disclosure, resource organization, and triggering accuracy.
Level 5: Optimization Recommendations
Provide prioritized recommendations (Critical/Major/Minor).
Level 6: Workflow Validation (For Workflow Tools)
#### Workflow Completeness Check
WORKFLOW COMPLETENESS CHECK:[ ] Each phase has clear operational steps
[ ] Correct CLI commands are used
[ ] Error handling is documented
[ ] Backup and recovery mechanisms exist
[ ] Verification steps are included
[ ] Configuration management is documented
[ ] Failure recovery strategies exist
#### Phase-by-Phase Validation
For each phase in the workflow:
PHASE VALIDATION CHECKLIST:Phase: [phase name]
Operational Steps:
[ ] Clear, step-by-step instructions provided
[ ] Commands are accurate and complete
[ ] Required parameters are specified
Error Handling:
[ ] Common errors are documented
[ ] Recovery steps are provided
[ ] Error messages are explained
Verification:
[ ] Success criteria are defined
[ ] Verification steps are included
[ ] How to confirm completion is explained
Dependencies:
[ ] Prerequisites are listed
[ ] Order dependencies are clear
[ ] Previous phase completion is verified
#### CLI Command Validation
For workflow tools that use OpenClaw CLI commands:
CLI COMMAND VALIDATION:[ ] Commands are verified with openclaw --help
[ ] Command syntax is correct
[ ] Required options are documented
[ ] Default values are explained
[ ] Example commands are runnable
#### Configuration Management
For tools that modify OpenClaw configuration:
CONFIGURATION MANAGEMENT CHECK:[ ] Files being modified are listed
[ ] Backup mechanism is provided
[ ] Rollback steps are documented
[ ] Configuration validation is included
[ ] Authentication requirements are explained
Common Defects
Critical
Major
Minor
Language Adaptation Guidelines
CRITICAL: Always respond in the same language as the user's request.
Detection Rules
1. Detect user language from the request message - Check the language of the user's input message - Use the same language for all responses
2. Language mapping - Chinese (ไธญๆ/ๆฑ่ฏญ) โ Respond in Chinese - English โ Respond in English - Japanese (ๆฅๆฌ่ช) โ Respond in Japanese - Korean (ํ๊ตญ์ด) โ Respond in Korean - Other languages โ Respond in the detected language
3. Consistency - Once language is detected, use it for the entire review - All section headers, descriptions, and feedback should be in the same language - Technical terms (like "Level 1", "Level 2") can remain in English if they are standard terminology
Example Scenarios
Scenario 1: User asks in Chinese
User: ่ฏทๅฎกๆฅไธไธ agent-builder-plus ่ฟไธช skill
AI: (responds in Chinese)
ๅฎกๆฅ็ปๆ๏ผagent-builder-plus
...
Scenario 2: User asks in English
User: Please review the agent-builder-plus skill
AI: (responds in English)
Review Results: agent-builder-plus
...
Scenario 3: User asks in mixed language
User: ่ฏทๅฎกๆฅ agent-builder-plus skill
AI: (responds in Chinese, as the primary language is Chinese)
ๅฎกๆฅ็ปๆ๏ผagent-builder-plus
...
Implementation Notes
Technical Terms
Keep technical terms in English when appropriate:
But translate descriptions, feedback, and explanations to the user's language.