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 highly actionable with excellent validation-gated deployment workflows, but it pays for that in length and repetition and keeps everything inline in one ~850-line file with no bundle-level progressive disclosure. Actionability and workflow clarity are strong; conciseness and progressive disclosure are mid-level.
Suggestions
Factor the repeated feed-fetch boilerplate (DEFAULT_FEED_URL, curl --retry, temp-file + jq-empty validation) into a single reusable snippet or a scripts/ helper to remove triplicated content.
Move the long release-artifact verification and individual-file-fallback install scripts into a references/ or scripts/ file referenced one level deep, keeping SKILL.md as an overview + quick-start.
Consolidate the duplicate integrity/bootstrapping discussion ("Release Artifact Verification" vs "Initial Download Integrity") into one section to cut redundant tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly actionable code rather than concept explanation, but it is ~850 lines with significant repetition (the DEFAULT_FEED_URL / curl-retry / temp-feed boilerplate recurs across at least three sections), so it could be tightened considerably; not yet lean enough for a 3. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready bash and jq (e.g. the checksum-verification block, "jq '.advisories[] | select(.severity == \"critical\")'", the cross-reference scan) with specific commands and concrete examples throughout. | 3 / 3 |
Workflow Clarity | The Deploy workflow is explicitly sequenced (Step 1-4) with strong validation checkpoints - checksum verification, JSON-structure validation, path-traversal and zip-bomb checks, and "Only install or extract the archive after this verification succeeds" - plus error-recovery fallbacks, matching the clear-sequence-with-validation anchor. | 3 / 3 |
Progressive Disclosure | Sections are organized with clear headers, but the skill is a monolithic single file with no bundle files (references/scripts/assets absent) and content that could be split (the long install/verification script, the exploitability-prioritization guide) is inline; the only references point outside the bundle to ../../wiki and ../clawsec-suite, fitting the 'some structure, content that should be separate is inline' anchor. | 2 / 3 |
Total | 10 / 12 Passed |