Content
78%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.
A well-structured, highly actionable router skill with clean sequencing and sensible approval gating. Its main weakness is progressive disclosure: the body points to reference and script files that are absent from the skill bundle.
Suggestions
Ship references/intake-schema.json and references/pipeline-registry.json (or inline the essential fields) so the 'Read ... when forming the route' instruction is satisfiable.
Add an explicit preflight-failure recovery step (e.g. 'if --emit-install-plan reports missing tools, resolve and re-run') to close the workflow feedback loop.
Clarify that plugins/ngs-analysis/scripts/ngs_preflight.py lives outside the skill bundle, or bundle a local copy, to avoid a broken-path impression.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean, list-driven body that assumes Claude's competence (no explanations of what FASTQ/BAM are) with copy-paste commands; only minor overlap between 'Start Here' and 'Intake Rules' keeps it from a 5. | 4 / 5 |
Actionability | Provides fully executable, copy-paste-ready preflight commands with concrete flags (--pipeline, --emit-install-plan, --manager micromamba, --install-plan-outdir), specific file-glob inputs to look for, and an explicit enumerated routing table mapping assay types to leaf skills. | 5 / 5 |
Workflow Clarity | Clear Start Here → Intake → Routing → Preflight → Output Contract sequence with an explicit approval gate (NGS_RUN_INSTALL_COMMANDS=1) and a canonical review artifact, but lacks an explicit preflight-fail/fix/retry feedback loop so it stops short of 5. | 4 / 5 |
Progressive Disclosure | Sections are well-organized and references are clearly signaled ('Read references/intake-schema.json and references/pipeline-registry.json'), but no references/, scripts/, or assets/ directories exist in the bundle, so those references are dangling and not navigable. | 3 / 5 |
Total | 16 / 20 Passed |