Content
67%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 detailed, highly actionable skill body anchored by concrete bundled-script invocations and a clear check-first workflow. Its main weaknesses are redundancy (the coding-denominator rule stated four times), some generic biology padding, a broken QUICK_START.md reference, and python examples that lean on APIs not present in the bundle.
Suggestions
Consolidate the coding-denominator convention into one location and reference it elsewhere instead of restating it in the PRIMARY SCRIPTS table, CRITICAL section, 'Proportion classified as benign', and Analysis Conventions.
Remove or relocate the CRISPR sgRNA Design Reasoning section — its PAM/off-target basics are concepts Claude already knows and dilute the skill's focus.
Fix the broken QUICK_START.md reference (line 467) by either creating the file or removing the pointer.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most content is valuable domain gotchas Claude would not know, but the coding-denominator convention is restated in four places (PRIMARY SCRIPTS table, CRITICAL section, 'Proportion classified as benign', and Analysis Conventions) and the CRISPR sgRNA section explains basic biology Claude already knows (NGG PAM, off-target risk), so it could be tightened. | 3 / 5 |
Actionability | Concrete, copy-paste-ready bash invocations with real flags and paths dominate the operational sections, but several python_implementation examples (variant_analysis_pipeline, answer_vaf_mutation_fraction, FilterCriteria) reference APIs not present in the bundled scripts, leaving minor gaps. | 4 / 5 |
Workflow Clarity | A clear top-of-file operational sequence (RULE ZERO check-first → PRIMARY SCRIPTS → concrete invocations) with sanity checkpoints (e.g. 'if your synonymous fraction is much lower than ~0.4, restrict to CODING'), though there is no formal validate→fix→retry loop for the batch re-running operations. | 4 / 5 |
Progressive Disclosure | Good structure with well-signaled, one-level-deep references to four real reference files and the scripts directory, but QUICK_START.md is referenced and does not exist in the bundle, and substantial inline content (repeated denominator conventions, tool reference tables) could be split out. | 4 / 5 |
Total | 15 / 20 Passed |