Content
48%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 has a clear, validated workflow and a concrete Rscript path, but it is padded with generic boilerplate and its Python guidance is broken (citing a non-functional --help on a hardcoded converter) while omitting the real CLI script and failing to link the detailed README.
Suggestions
Remove the generic boilerplate sections ('When to Use', 'Required Inputs', 'Output Contract', 'Validation and Safety Rules', 'Failure Handling') that restate safe/reproducible guidance Claude already applies, and keep only skill-specific content.
Fix the Python path: reference `scripts/forest_continuous.py` (the real CLI with csv_path/outcome_name/output_dir args) instead of `scripts/convert_data.py --help`, which does not exist.
Replace the inlined output template and R-package list with a one-level pointer to scripts/README.md so SKILL.md stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Noticeably verbose: large generic boilerplate sections ('When to Use', 'Key Features', 'Required Inputs', 'Output Contract', 'Validation and Safety Rules', 'Failure Handling') repeat safe-reproducible-within-scope messaging Claude already knows, and the box-drawing output template duplicates scripts/README.md rather than pointing to it. | 2 / 5 |
Actionability | Concrete Rscript command and data-format table are present, but the documented Python entry point is wrong: 'Quick Validation' and 'Example Usage' point to `scripts/convert_data.py --help`, yet that script has no argparse/--help and uses a hardcoded input path, while the actually usable CLI script `forest_continuous.py` is never mentioned in SKILL.md. | 3 / 5 |
Workflow Clarity | Three clearly sequenced steps with an explicit validation checkpoint in Step 1 (check columns, at least 2 studies, reasonable values) and a correction feedback loop ('If data is problematic, prompt the user to correct and resubmit'); only minor gaps such as the omitted R-vs-Python fallback branch. | 4 / 5 |
Progressive Disclosure | Bundle contains a detailed scripts/README.md plus the real forest_continuous.py, but SKILL.md references only convert_data.py and the R script, never signaling the richer README, while inlining output-template and R-package detail that already lives in README — references present but not clearly signaled to the best resource. | 3 / 5 |
Total | 12 / 20 Passed |