Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with concrete APIs, paths, and a well-sequenced validated workflow. Its main weakness is token efficiency and progressive disclosure: heavy repetition and long inline protocol/palette sections bloat what should be a lean overview pointing to reference files.
Suggestions
Move the long-running bash_exec command protocol (section 5.1) and the connector-chart palette/style requirements into a reference file, leaving only a concise pointer in SKILL.md.
Deduplicate the run-contract material by stating it once in the Workflow section and cross-referencing it from 'Stage purpose', 'Quick workflow', and 'Preconditions and gate' instead of restating the field list repeatedly.
Consolidate the 'memory rules' and 'artifact rules' sections into a short summary plus a reference, since their exhaustive field/tag catalogs add length without changing the core instruction.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is ~810 lines with substantial repetition (the run contract recurs across 'Stage purpose', 'Quick workflow', 'Workflow step 1', 'Preconditions and gate', and 'Required plan and checklist'), and long inline sections like the bash_exec protocol and chart-palette hex codes that a leaner skill would offload, so it is mostly efficient but could be tightened well below the score-3 bar. | 2 / 3 |
Actionability | It gives fully concrete, executable guidance: exact artifact calls (e.g., 'artifact.record_main_experiment(...)'), bash_exec modes with parameters, exact paths like 'artifacts/experiment/<run_id>/', and enumerated manifest fields and verdict enums — copy-paste ready. | 3 / 3 |
Workflow Clarity | An explicit 8-step Workflow is sequenced with validation checkpoints (preflight, 'Validate the outputs', an 'Acceptance gate') and clear feedback loops (diagnosis mode, last-known-good rule, validate-fix-retry), matching the score-3 anchor for risky batch operations. | 3 / 3 |
Progressive Disclosure | Real one-level-deep references exist and are clearly signaled (references/evidence-ladder.md, main-experiment-plan-template.md, main-experiment-checklist-template.md), but the SKILL.md itself is a monolithic 810-line wall with large inline sections (bash_exec protocol, chart palettes, memory rules) that read like content that should be split into reference files, matching the score-2 anchor. | 2 / 3 |
Total | 10 / 12 Passed |