Content
90%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 concise, highly actionable, and well-structured with executable commands and explicit QC gating; the main gap is the absence of a rigorous validate→fix→retry feedback loop for a batch bioinformatics workflow.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient with no padding and no over-explanation of ATAC-seq concepts; every line — inputs, routing commands, QC gates, outputs — earns its place. | 5 / 5 |
Actionability | Multiple copy-paste-ready command blocks with concrete flags (--bowtie2-index, --blacklist-bed, --tss-bed, --execute) and explicit routing rules between nf-core, the shared package, and the dedicated ATAC runner. | 5 / 5 |
Workflow Clarity | Clear preflight→route→runner sequence with explicit QC gates ('Review before biological interpretation', 'Do not proceed to differential accessibility if…'), but it lacks a strict validate→fix→retry feedback loop. | 4 / 5 |
Progressive Disclosure | Well-organized into clearly labeled sections with no nested references and no bundle files needed, though some inline output specifications could potentially live in a separate reference file. | 4 / 5 |
Total | 18 / 20 Passed |