Install
openclaw skills install skill-reviewer-proPerforms thorough format validation, content quality assessment, and functional verification of OpenClaw skills for compliance and completeness.
openclaw skills install skill-reviewer-proComprehensive skill review and validation for OpenClaw skills with scoring rubric, defect checklists, functional verification, optimization recommendations, and workflow validation.
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.
package_skill.py validation passedStructure: ✅ Good (6/6)
Description: ✅ Strong (8/8)
Example Density: ⚠️ Low (1/3)
Organization: ✅ Good (6/6)
Actionability: ✅ Good (10/10)
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.
Progressive Disclosure: ✅ Good (5/5)
Resource Organization: ✅ Good (5/5)
Triggering Accuracy: ✅ Good (5/5)
1. Fix AGENTS.md Template Functional Mismatch Update references/templates.md to include all required sections from actual OpenClaw AGENTS.md.
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.
Note: This level applies to workflow tools (skills that guide users through multi-step processes).
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 |
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
SKILL REVIEW SCORECARD
═══════════════════════════════════════
Skill: agent-builder-plus
Reviewer: 大鱼
Date: 2026-02-27
Category 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)
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.
openclaw agents add)Run automatic validation using package_skill.py:
python3 /home/yupeng/.npm-global/lib/node_modules/openclaw/skills/skill-creator/scripts/package_skill.py <skill-path>
Check structure, description, examples, organization, and actionability.
For OpenClaw skills, compare generated templates with actual specifications.
Verify progressive disclosure, resource organization, and triggering accuracy.
Provide prioritized recommendations (Critical/Major/Minor).
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
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
For workflow tools that use OpenClaw CLI commands:
CLI COMMAND VALIDATION:
[ ] Commands are verified with `openclaw <command> --help`
[ ] Command syntax is correct
[ ] Required options are documented
[ ] Default values are explained
[ ] Example commands are runnable
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
CRITICAL: Always respond in the same language as the user's request.
Detect user language from the request message
Language mapping
Consistency
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
...
Keep technical terms in English when appropriate:
But translate descriptions, feedback, and explanations to the user's language.