Content
75%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 highly actionable, well-structured catalog of testing anti-patterns with concrete code and decision-gate checkpoints. Its main weakness is redundancy across summary sections, and it is somewhat long for a single-file skill.
Suggestions
Collapse the restated principle in 'The Bottom Line', 'Overview', and 'Iron Laws' into a single canonical statement to remove repetition and save tokens.
Consider moving the per-anti-pattern gate functions or the Quick Reference into a separate reference file so SKILL.md stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Content is actionable and assumes Claude's competence, but the core principle ('test real behavior, not mock behavior') is restated across the Overview, Iron Laws, Bottom Line, Quick Reference, and Red Flags sections, adding noticeable repetition that could be tightened. | 3 / 5 |
Actionability | Each anti-pattern pairs a concrete 'BAD' TypeScript snippet with a 'GOOD' fix and an executable IF/STOP gate function, giving copy-paste-ready guidance that covers the common cases. | 5 / 5 |
Workflow Clarity | The per-anti-pattern gate functions provide explicit decision checkpoints and STOP conditions with clear sequencing, though there is no single overarching multi-step workflow tying the checks together. | 4 / 5 |
Progressive Disclosure | The single file is well-organized with clear section headers, a Quick Reference table, and Red Flags list for easy navigation; with no bundle files present and no external references needed, structure is good, though the 300+ line catalog could justify splitting detail into a reference file. | 4 / 5 |
Total | 16 / 20 Passed |