Content
100%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.
An exemplary SKILL.md body: concise, fully actionable, with a clearly sequenced execution model and validation checkpoints, plus well-signaled one-level-deep references to a verified bundle. No meaningful gaps relative to the rubric anchors.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient throughout: tables for Arguments, Output Files, and Error Handling replace prose, and there is no padding or explanation of concepts Claude already knows; every section earns its tokens. | 5 / 5 |
Actionability | Fully executable copy-paste Rscript invocations, a complete argument table with types and defaults, concrete input-format examples, and four runnable example workflows covering the common cases. | 5 / 5 |
Workflow Clarity | The numbered Execution Model sequences modes with explicit checkpoints (confirm output_dir/data/lncrna_network.rda exists before visualize, report mode/output/error code after), and Error Handling plus the Out-of-Scope pattern provide clear feedback loops for recovery. | 5 / 5 |
Progressive Disclosure | SKILL.md is a clear overview that offloads detail one level deep via the 'When to Read External Files' table to real, verified references (algorithm.md, troubleshooting.md, cli-guide.md) and the scripts directory; navigation is explicit and shallow. | 5 / 5 |
Total | 20 / 20 Passed |