Content
57%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.
The body is highly actionable with concrete, copy-paste-ready deepTools commands across the major assay workflows. It is held back by verbosity (templated boilerplate and inlined reference material) and missing mid-workflow validation feedback loops for batch operations.
Suggestions
Move the inlined normalization methods, effective genome sizes table, tool-command reference, and troubleshooting into the existing references/ files, keeping SKILL.md as a lean overview that links out.
Trim the templated "When to Use"/"Key Features"/"Implementation Details" boilerplate that restates the description and adds no actionable signal.
Add explicit validation checkpoints inside each analysis workflow (e.g., validate matrix.gz exists and is non-empty before plotHeatmap) with a fix→retry loop, since these are batch operations.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Noticeably verbose: templated boilerplate ("When to Use", "Key Features", "Implementation Details") restates the scope, and large reference-equivalent material (normalization methods, effective genome sizes table, tool commands, troubleshooting) is inlined rather than deferred to references/. | 2 / 5 |
Actionability | Fully executable, copy-paste-ready commands cover the common cases — e.g. "bamCoverage --bam input.bam --outFileName output.bw --normalizeUsing RPGC --effectiveGenomeSize 2913022398 --binSize 10 --numberOfProcessors 8" and the workflow_generator invocations with full flags. | 5 / 5 |
Workflow Clarity | Sequences are present (QC → Normalization → Comparison/Visualization, per-assay templates) with upfront file validation, but mid-workflow validation checkpoints and validate→fix→retry feedback loops are absent for these batch BAM operations, capping the score at 3. | 3 / 5 |
Progressive Disclosure | References are real and clearly signaled one level deep (references/workflows.md, tools_reference.md, etc., all verified present), but substantial content that belongs in those references is inlined in SKILL.md, fitting the "content that should be separate is inline" anchor. | 3 / 5 |
Total | 13 / 20 Passed |