Content
50%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 core Usage and Output Format sections are genuinely useful and executable, but they are buried under a large amount of generic templated boilerplate that adds little value and inflates token cost. Path inconsistencies and non-specific validation guidance weaken the workflow.
Suggestions
Remove or collapse the generic templated sections (When to Use, Key Features, Implementation Details, Recommended Workflow, Output Contract, Validation and Safety Rules, Deterministic Output Rules, Completion Checklist) that restate what Claude already knows and duplicate the description.
Standardize the script path across all examples — the body mixes 'scripts/fetch_gene_info.py' and '.trae/skills/gene-info/scripts/fetch_gene_info.py', which is not a real bundle path.
Replace the generic validation boilerplate with tool-specific checkpoints for the batch workflow, e.g. validating the gene-list file format before running and retrying on NCBI/Ensembl rate-limit errors.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is noticeably padded with templated boilerplate ('When to Use', 'Key Features', 'Implementation Details', 'Recommended Workflow', 'Output Contract', 'Validation and Safety Rules', 'Deterministic Output Rules', 'Completion Checklist') that restates generic guidance Claude already knows and duplicates the description. | 2 / 5 |
Actionability | The Usage section provides concrete, copy-paste-ready commands covering single gene, keyword, batch, file input, export, sequence, and homology cases, but paths are inconsistent ('scripts/...' vs '.trae/skills/gene-info/scripts/...'). | 4 / 5 |
Workflow Clarity | A sequenced Recommended Workflow plus Quick Validation and Failure Handling exist, but for a batch operation the checkpoints are generic boilerplate rather than tool-specific feedback loops (e.g., validate the gene list format, retry on NCBI rate limits). | 3 / 5 |
Progressive Disclosure | Section headers and real script references (scripts/fetch_gene_info.py, scripts/validate_skill.py verified present) provide some structure, but all detail is inlined in one file and the templated wrapper is muddled with the genuine tool content rather than cleanly separated. | 3 / 5 |
Total | 12 / 20 Passed |