Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
Highly actionable with strong workflow sequencing and validation feedback loops for batch phylogenetic work, but it is verbose with some redundancy and basic concept explanations, and its bundle references are not woven into the body as clear one-level-deep navigation.
Suggestions
Tighten conciseness by removing concepts Claude already knows (e.g. the definition of treeness/internal branches) and de-duplicating the phykit_batch_analysis guidance that recurs across Common Patterns, Analysis conventions, and PhyKIT usage sections.
Improve progressive disclosure by linking reference files inline where relevant (e.g. "for alignment formatting see references/sequence_alignment.md") instead of a flat unlinked list, and add the unreferenced references/troubleshooting.md to navigation.
Move the long PhyKIT column-position cheat sheet and per-metric conventions into a reference file, keeping SKILL.md as an overview that points to those details.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and rich in non-obvious gotchas, but it is verbose for its length: it explains concepts Claude already knows ("Treeness = sum of internal branch lengths / total tree length. Internal branches are those that do not lead to a leaf") and repeats the phykit_batch_analysis tool guidance across several sections, so it could be tightened. | 2 / 3 |
Actionability | Packed with fully executable, copy-paste-ready commands (scogs_paired_compare.py invocations, `tu run phykit_batch_analysis '{...}'`, complete Python import blocks) plus concrete output-block examples, matching the anchor for executable code and specific examples. | 3 / 3 |
Workflow Clarity | Clear sequencing (RULE ZERO first, a Workflow Decision Tree, a Completeness Checklist) with explicit validation/sanity-check feedback loops for batch operations ("if your computed RCV/treeness/DVMC median diverges ... by >10%, count files first"), so batch workflow clarity is not capped at 2. | 3 / 3 |
Progressive Disclosure | Bundle files exist and a References section lists several, but references are a flat, unlinked list at the end rather than well-signaled inline navigation; the long Analysis conventions/PhyKIT usage content that could live in reference files is inline, and references/troubleshooting.md is never referenced. | 2 / 3 |
Total | 10 / 12 Passed |