Content
22%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is an unpopulated skill template: organized section scaffolding with placeholder text and references to scripts that do not exist. Structure exists, but there is no actionable guidance and no real workflow.
Suggestions
Replace every placeholder line with concrete, copy-paste-ready code or commands so the skill is directly executable.
Add a numbered workflow with explicit validation/checkpoint steps for any destructive or batch operation.
Either create the referenced `scripts/process.py` and `scripts/analyze.py` or remove the dangling references so navigation is not broken.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is short and does not pad with concepts Claude already knows, but its tokens are author-facing placeholders ("Describe the situations where this skill should be activated.") rather than content that earns its place, fitting score 3 "Mostly efficient but includes some unnecessary explanation or could be tightened." It is not lean enough for 4 because the placeholder meta-instruction adds no actionable value. | 3 / 5 |
Actionability | No executable code or commands appear; the only concrete-looking items (`scripts/process.py`, `scripts/analyze.py`) have placeholder descriptions ("Description of what this script does") and the files do not exist, matching score 1 "Entirely vague or abstract; no concrete code or commands; only describes rather than instructs." | 1 / 5 |
Workflow Clarity | There is no sequenced workflow — only placeholder section headers ("When to Use", "Usage Examples") with no steps, matching score 1 "Steps missing or incoherent; no sequence; no validation for risky operations." Even if a workflow existed, the destructive/batch cap would apply, but the baseline is already 1. | 1 / 5 |
Progressive Disclosure | Section headers (When to Use, Tools Available, Prerequisites, Configuration) give some structure, but the referenced bundle paths `scripts/process.py` and `scripts/analyze.py` do not exist (empty scripts/ directory), so references are signaled but broken, fitting score 3 "Some structure but could be better organized; references present but not clearly signaled." | 3 / 5 |
Total | 8 / 20 Passed |