Content
77%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a highly actionable, well-sequenced operations runbook with strong validation checkpoints and copy-paste commands. Its main weaknesses are cross-section redundancy and the absence of any progressive-disclosure reference files for a broad multi-domain skill.
Suggestions
De-duplicate lifecycle/CLI commands by keeping the full reference in one place and linking from the other, and consolidate the 'never expose 18789 / use Tailscale' rule to a single canonical statement.
Split per-platform diagnostics and channel/tailscale integration details into reference files (e.g. DIAGNOSTICS.md, CHANNELS.md) referenced one level deep from SKILL.md to improve progressive disclosure.
Keep the SKILL.md body as a concise overview + process skeleton, moving exhaustive per-platform command catalogs to the references.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Predominantly lean and command-dense with no concept-explaining fluff, but contains genuine redundancy — lifecycle commands appear in both the service table and CLI quick reference, and the 'use Tailscale / never expose 18789' rule is restated across the hardening checklist, Tailscale section, and Red Flags table. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands with platforms and flags throughout (uname, openclaw status/health/doctor, curl installer, systemctl, tailscale serve), plus platform-to-method and action-to-command tables. | 3 / 3 |
Workflow Clarity | Uses an explicit four-phase sequence (Detect → Assess → Execute → Verify) with validation checkpoints, and the update workflow enforces backup-before-update and verify-after, satisfying the feedback-loop requirement for destructive operations. | 3 / 3 |
Progressive Disclosure | Well-organized into clear sections, but with no bundle files present the ~350-line multi-domain runbook (per-platform diagnostics, channels, tailscale, integrations) is entirely inline where some content could be split into one-level-deep reference files. | 2 / 3 |
Total | 10 / 12 Passed |