Content
65%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 executable scripts and concrete gotchas, but is verbose — duplicating the coding-denominator convention and explaining domain concepts Claude already knows — and bundles much detail inline rather than deferring to the reference files it already ships.
Suggestions
Consolidate the coding-denominator/coding-subset guidance into a single section; it is currently repeated in PRIMARY SCRIPTS, the CRITICAL block, the variant_fraction script description, and Analysis Conventions.
Trim tutorial-style concept explanations (e.g. the 2x-depth reliability paragraph, CRISPR PAM basics) to the non-obvious gotchas only, since Claude already knows VCF filtering fundamentals.
Move the detailed core-capability tables, workflow phases, and tool reference into the existing reference files, keeping SKILL.md as a lean overview that points to them.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient in places but explains concepts Claude already knows ("A variant called at 2x read depth is unreliable regardless of its QUAL score", CRISPR PAM basics) and repeats the coding-denominator point across four sections (PRIMARY SCRIPTS, CRITICAL, Analysis Conventions, variant_fraction description). | 2 / 3 |
Actionability | Provides copy-paste-ready bash/python invocations with concrete flags, named scripts, output keys to grep ("SNP_COUNT_ALLELES", "AVERAGE_PER_SAMPLE"), and explicit right-vs-wrong command contrasts. | 3 / 3 |
Workflow Clarity | Sequencing is present (RULE ZERO → PRIMARY SCRIPTS → invocations → output keys) with some checkpoints (PLOIDY emission, synonymous-fraction sanity ~0.4), but batch/destructive operations lack crisp validate→fix→retry loops and the workflow is scattered across overlapping sections. | 2 / 3 |
Progressive Disclosure | References are real files signaled one level deep (mutation_classification_guide.md, vcf_filtering.md, annotation_guide.md, sv_cnv_analysis.md), but the SKILL.md itself is a ~500-line monolith with detail that could live in those references. | 2 / 3 |
Total | 9 / 12 Passed |