Content
86%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.
A well-structured, highly actionable skill body with excellent progressive disclosure and concrete examples. Minor conciseness loss from repeated `--fields` guidance and slight overlap between the inline Response Layout Summary and the schema reference.
Suggestions
Consolidate the `--fields` guidance into one place (Core Rules) and reference it rather than re-explaining in the Context Efficiency Warning and flag reference.
Trim or shorten the inline Response Layout Summary, pointing earlier to references/studies_schema.md to avoid duplicating field-path content.
Add a brief error-recovery note for API failures (non-200 responses / rate-limit retries) to strengthen workflow feedback loops.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and action-oriented, but the `--fields` guidance is repeated across Core Rules, the Context Efficiency Warning, and the flag reference, and the Response Layout Summary partially duplicates references/studies_schema.md; these could be trimmed. | 4 / 5 |
Actionability | Copy-paste-ready `uv run` commands with full flag references and worked examples covering search, get-study, get-eligibility, count, location, sponsor, combined, raw-query, and pagination — fully executable across common cases. | 5 / 5 |
Workflow Clarity | Core Rules give a sequenced checklist ('use --count-total first', 'always use --fields', 'paginate large result sets') and pagination is walked through, but there are no explicit error-recovery/feedback loops for API failures; the skill is read-only so the destructive-cap does not apply. | 4 / 5 |
Progressive Disclosure | Clear overview body with well-signaled one-level-deep references — `references/clinical_trials_api.md` for Essie syntax/enums, `references/studies_schema.md` for field paths, and `scripts/clinical_trials_api.py` as the wrapper — confirmed against the actual bundle; content is appropriately split and a References section summarizes navigation. | 5 / 5 |
Total | 18 / 20 Passed |