Content
71%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 body is well-structured with a clear sequenced workflow, explicit self-check checkpoints, and exemplary one-level-deep progressive disclosure via six real reference files. Its main weakness is redundancy across overlapping sections that could be consolidated to tighten the token budget.
Suggestions
Merge the redundant sections — fold "Sample Triggers" into "Input Validation" examples, and consolidate "Hard Rules" with "What This Skill Should Not Do" — to remove the repeated "not from author labels" refrain.
Pull a few concrete decision heuristics (e.g., the retrospective-cohort-vs-case-control test) inline from the references so the SKILL.md body is more self-sufficiently actionable.
Tighten the Core Function design-family list, which largely duplicates the taxonomy already in references/study-design-taxonomy.md.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient procedural guidance with no basic-concept padding, but it restates the same principles across redundant sections (Sample Triggers vs Input Validation examples; Hard Rules vs What Not To Do; the "not from author labels" refrain repeated three times). | 3 / 5 |
Actionability | Concrete 8-step procedure with specific signal-extraction bullets, required distinction examples, and a structured A–I output template; the core decision logic is deferred to reference files, leaving a minor gap in the SKILL.md body itself. | 4 / 5 |
Workflow Clarity | "8 Steps (always run in order)" is clearly sequenced with an explicit Step 7 confidence gate and Step 8 self-check, and the output structure acts as a checklist; no error-recovery loop is needed since this is an analysis task, not a destructive or batch operation. | 4 / 5 |
Progressive Disclosure | A Reference Module Integration section signals all six one-level-deep references with their purposes (verified as real content files, not nested pointers), content is appropriately split out of the overview, and navigation is easy. | 5 / 5 |
Total | 16 / 20 Passed |