Content
35%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill has a genuine two-step workflow and real bundled scripts, but the body is buried under generic boilerplate and the documented script usage does not match the actual CLI. It is actionable in places yet verbose and partly misleading.
Suggestions
Strip the generic template sections (When to Use, Key Features, Validation/Safety/Failure/Completion Checklist boilerplate) that restate what Claude already knows, leaving only forest-plot-specific guidance.
Correct the execution instructions: document the script's real positional CLI (python scripts/format_result.py <text> <language>) instead of the non-existent CONFIG block and --help/--check validation claims.
Tighten the vision-LLM step into a concrete, copy-paste-ready prompt template with the required fields (I², P-value, effect sizes, study/sample counts) rather than vague '>300 words' direction.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is padded with generic template boilerplate ('Use this skill when the request matches its documented task boundary', 'Structured execution path designed to keep outputs consistent and reviewable') and restates obvious process hygiene Claude already knows, matching the verbose score-1 anchor. | 1 / 3 |
Actionability | Concrete elements exist — the format_result.py invocation, citation/header/footer formatting rules, and a worked example — but the vision-LLM step is only vaguely instructed ('Describe the forest plot in detail >300 words') with no executable call, and wiring script inputs is unspecified. | 2 / 3 |
Workflow Clarity | A two-step sequence (Image Analysis then Output Formatting) is present, but the documented validation checkpoints are misleading — the script's real CLI takes positional <text> <language> args yet the body tells users to run --help/--check and edit a non-existent 'CONFIG block', with no real feedback loop. | 2 / 3 |
Progressive Disclosure | The two bundled scripts are real and one-level-deep, and sections are organized, but the ~170-line body is largely a monolithic wall of generic sections (Validation, Safety, Failure, Completion Checklist) that read as inline filler rather than a lean overview pointing to detail files. | 2 / 3 |
Total | 7 / 12 Passed |