Content
77%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 and workflow-clarity is excellent — concrete tool calls, a phased process, and validation checkpoints — but it is a monolithic document with no bundle references and some redundancy between worked examples and the workflow. Progressive disclosure and conciseness are the weakest areas.
Suggestions
Split the Interpretation Table and the three Worked Examples into a separate references file (e.g., references/interpretation.md) and link to it one level deep, so the main body stays a lean overview — improving progressive_disclosure toward the level-3 anchor.
Remove the duplication between the description's "NOT for" clause and the body's "NOT this skill" section so the disambiguation lives in one place; tighten the worked examples to only the tool calls and answers that aren't already in the Workflow phases.
Trim redundant prose such as the re-stated assembly-level definitions that already appear in the Interpretation Table, so nearly every remaining token earns its place (conciseness level-3).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The dense domain reference (assembly-level meanings, N50 interpretation, GCF_/GCA_ distinction) earns its place, but the three worked examples restate the workflow commands and the "NOT for/NOT this skill" disambiguation is duplicated between the description and body; the body could be tightened. It sits between the level-2 and level-3 anchors — useful but with some redundancy, not perfectly lean. | 2 / 3 |
Actionability | Tool calls are copy-paste ready with exact params and sample payloads (e.g., `NCBIDatasets_suggest_taxonomy {"query": "Escherichia coli"}`), a complete tools table mapping key params to return fields, and concrete pandas sort logic (assembly_level rank, contig_n50 desc, number_of_contigs asc), matching the level-3 anchor. | 3 / 3 |
Workflow Clarity | A clear six-phase sequence (Phase 0–5) with explicit selection priority and validation checkpoints, reinforced by "LOOK UP, DON'T GUESS" / "COMPUTE, DON'T DESCRIBE" feedback loops and a final Completeness Checklist (no guessed taxids, justified accession, use get_sequence_reports for plasmids). | 3 / 3 |
Progressive Disclosure | No bundle files exist (references/scripts/assets absent) and the body is a single ~170-line monolith with no one-level-deep pointers to separate files; the worked examples and interpretation table are inline rather than split out, fitting the level-2 anchor of "content that should be separate is inline" rather than the simple-skill carve-out (this is well over 50 lines). | 2 / 3 |
Total | 10 / 12 Passed |