Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable and well-structured with a clear review workflow, real one-level-deep references, and a concrete worked example. Its only weakness is conciseness — it is long and re-explains some statistical concepts Claude already knows.
Suggestions
Trim the 'Why it invalidates' sections that re-teach general statistics (sampling error, confidence intervals) down to the eval-specific claim, since Claude already knows the underlying statistics.
Move the memorization-vs-exploitation contamination digression in anti-pattern 1 into a one-line pointer or into references/citations.md, keeping only the practical import inline.
Consider tightening the severity-scheme and 'Reading an eval definition' prose to bullet-level brevity to reduce the ~600-line footprint while preserving the actionable structure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and actionable, but several 'Why it invalidates' sections re-explain concepts Claude already knows (sampling error, confidence intervals, the memorization/exploitation split) and the catalog runs ~600 lines, so it is mostly efficient but could be tightened rather than fully lean. | 2 / 3 |
Actionability | Every anti-pattern gives concrete detection cues (named Promptfoo assertion types like 'equals, contains, icontains, regex, llm-rubric, g-eval') and executable fixes (e.g. 'promptfoo eval --grader <provider>', copy-paste YAML, a full worked config), matching the 'fully executable, copy-paste ready' anchor. | 3 / 3 |
Workflow Clarity | The review process is clearly sequenced — locate the five harness slots, apply the eight checks, assign severity, emit a findings table, then a verdict block — and a complete worked example demonstrates the flow end-to-end; this is a read-only audit so the destructive-operation validation cap does not apply. | 3 / 3 |
Progressive Disclosure | The core checks stay inline in SKILL.md while genuinely offloadable material is split into two clearly signaled, verified one-level-deep references (references/citations.md and references/harness-mapping.md), giving easy navigation without nested indirection. | 3 / 3 |
Total | 11 / 12 Passed |