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 content is highly actionable with strong validation checkpoints in its verification workflow, but it is somewhat verbose and keeps a large verification procedure inline rather than progressively disclosing it to a reference file.
Suggestions
Consolidate the duplicate 'Vercel Skills Installation' and 'Installation' sections into a single install path to remove redundancy.
Move the long release-artifact verification bash block into a script under scripts/ (or a references file) and keep a short summary plus a one-line invocation in SKILL.md to improve progressive disclosure.
Trim or relocate the inline homepage/license metadata that duplicates the frontmatter to tighten the body further.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean executable commands with little concept-explanation fluff, but it carries two redundant installation sections (Vercel Skills + Installation) and a large inline verification block, so it could be tightened and does not earn the score-3 'every token earns its place' anchor. | 2 / 3 |
Actionability | It provides fully executable, copy-paste-ready commands (npx install, node script invocations with absolute paths, and a complete bash verification block), matching the score-3 anchor for concrete executable guidance. | 3 / 3 |
Workflow Clarity | The release-artifact verification section is a clear sequenced workflow with explicit validation checkpoints (public-key fingerprint match, openssl signature verify, checksum match) and a 'only proceed after verification succeeds' gate, satisfying the score-3 anchor including feedback loops for a risky operation. | 3 / 3 |
Progressive Disclosure | Sections are well-organized and referenced scripts (e.g. scripts/enhanced_guarded_install.mjs, scripts/check_clawhub_reputation.mjs) are real files in the bundle, but the heavy release-verification procedure is inline rather than offloaded to a reference or script, so organization could be improved beyond the score-2 anchor. | 2 / 3 |
Total | 10 / 12 Passed |