Content
53%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 skill delivers executable code examples that align with its bundled script, but is weighed down by large amounts of generic process boilerplate and an inaccurate `--help` validation section. Tightening the body to ChEA-specific guidance would substantially improve it.
Suggestions
Remove or collapse the generic boilerplate sections (When to Use, Implementation Details, Recommended Workflow, Output Contract, Validation and Safety Rules, Failure Handling) into a few ChEA-specific sentences; they restate generic process guidance Claude already applies.
Fix the 'Quick Validation' section: the script does not support `--help` (it prints 'Unknown command: --help') — either add a real `--help` handler or replace the fabricated 'Expected output format' with the actual CLI usage the script prints.
Replace the hardcoded example path 'cd 20260316/scientific-skills/Evidence Insight/chea-api' with a generic, portable working-directory instruction.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Roughly half the body is generic boilerplate ('Execution model: validate the request, choose the packaged workflow', 'Use this skill when the request matches its documented task boundary') that adds no ChEA-specific knowledge and noticeably pads the document. | 2 / 5 |
Actionability | Provides executable, copy-paste-ready Python and CLI examples for all three operations that match the real `scripts/chea_client.py`, but the 'Quick Validation' `--help` path does not work as described (the script reports 'Unknown command: --help') and the 'Expected output format' is fabricated. | 4 / 5 |
Workflow Clarity | A sequenced 'Recommended Workflow' exists, but its validation checkpoints are generic ('Run a final validation pass for completeness') rather than concrete steps tied to the actual ChEA operations, leaving checkpoints implicit. | 3 / 5 |
Progressive Disclosure | Sections are well-organized with clear headers and the sole bundle file `scripts/chea_client.py` is a real, one-level-deep reference; the body is somewhat monolithic and could be leaner but is appropriately structured for a simple API skill. | 4 / 5 |
Total | 13 / 20 Passed |