Content
72%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-organized skill with real executable code and properly offloaded reference material. Its main weakness is verbosity from a conceptual overview and repeated boilerplate download snippets, plus the absence of explicit validation checkpoints in the download workflow.
Suggestions
Collapse the repeated per-data-type download_cosmic_file snippets into one canonical example plus a table of filepaths, removing the redundant email/password boilerplate.
Trim the conceptual Overview paragraph (COSMIC's scope is context Claude already has) and fold essential facts into the reference file.
Add an explicit post-download validation step (e.g., verify file integrity/row count against expected size, with a retry-on-failure loop) to give the workflow a clear checkpoint.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Content is structured and actionable, but the conceptual Overview ('world's largest and most comprehensive database…') and ~6 near-identical download_cosmic_file boilerplate snippets with repeated email/password padding add unnecessary tokens. | 2 / 3 |
Actionability | Provides fully executable download_cosmic_file calls with real arguments, concrete CLI usage, pandas/pysam reading examples, and the get_common_file_path helper — copy-paste ready throughout. | 3 / 3 |
Workflow Clarity | Prerequisites → Quick Start → Data Types → Working with Data → Troubleshooting is sequenced, but there is no explicit validate→fix→retry checkpoint within the workflow; error recovery is reactive (Troubleshooting) rather than an inline feedback loop. | 2 / 3 |
Progressive Disclosure | SKILL.md is an overview that signals a real one-level-deep reference (references/cosmic_data_reference.md) and real script (scripts/download_cosmic.py), both verified to exist, with clear 'Use this reference when:' navigation guidance. | 3 / 3 |
Total | 10 / 12 Passed |