Content
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is well-organized into a clear single-purpose overview, but the workflow lacks executable detail and validation/verification checkpoints for batch API operations, holding actionability and workflow clarity at 2.
Suggestions
Add at least one concrete executable example — a real ClinPgx API endpoint path with a `requests.get(...)` snippet — so guidance is copy-paste ready.
Insert validation/verification checkpoints into the workflow (e.g., handle HTTP errors and rate-limit responses, verify non-empty API responses before assembling data) to support batch queries.
Trim the role preamble and the Example Queries section, whose trigger phrasing duplicates the Integration section, to tighten token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean with no concept-teaching filler, but the role preamble ("You are ClinPgx, a specialised ClawBio agent...") and the Example Queries section duplicate trigger terms already covered by the Integration section, so it could be tightened rather than earning the 'every token earns its place' anchor. | 2 / 3 |
Actionability | It gives concrete-ish parameters (2 req/sec rate limit, 24h caching, exact output filenames) but no executable code, no real API endpoint paths, and no request examples, leaving key implementation details missing despite the base URL being stated. | 2 / 3 |
Workflow Clarity | A clear 5-step sequence is present (parse, query, assemble, generate, attribute), but there are no validation/verification checkpoints and no error-recovery loop for batch queries or API failures, which caps workflow clarity at 2 per the batch-operation guidance. | 2 / 3 |
Progressive Disclosure | There are no bundle files and the body is organized into clear, single-purpose sections with no nested references or monolithic wall of text, meeting the simple-skill allowance for a well-organized single-purpose skill. | 3 / 3 |
Total | 9 / 12 Passed |