Content
82%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.
This is a strong, highly actionable auditor skill: concrete grep patterns, per-pattern verification and fixes, a context-reasoning table, compound-severity matrix, and a ready output template. Its main weakness is minor over-explanation and external references whose targets are not present in the bundle.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and directive — phases, grep patterns, severity tables, and a health-score rubric with almost no padding or restating of concepts Claude already knows — with only minor over-explanation (e.g. re-justifying why sets are O(1)) that could be trimmed. | 4 / 5 |
Actionability | Each anti-pattern gives an exact grep string, a verification step (Read near 'var body'), a concrete impact, and a specific fix (e.g. 'Move to static let', 'Add .onDisappear { timer?.invalidate() }'), and the output format is a copy-paste-ready template — fully executable guidance covering common cases. | 5 / 5 |
Workflow Clarity | Five phases are explicitly sequenced with checkpoints (produce the Performance Context Map before proceeding, verify each grep with Read, cross-reference compounds in Phase 4) and the destructive/batch guidance 'present this map before proceeding' plus 'require evidence from the Phase 1 map' acts as a validation gate, though there is no explicit validate->fix->retry loop for re-scanning after fixes. | 4 / 5 |
Progressive Disclosure | Content is well-organized into phases with tables and an output template, and cross-references are one level deep and clearly signaled ('See axiom-swiftui (skills/layout-ref.md)', 'axiom-performance (skills/memory-debugging.md)'), but those references point outside the bundle (no references/scripts/assets directories exist) and the bulk anti-pattern catalog lives inline rather than in a split reference file. | 4 / 5 |
Total | 17 / 20 Passed |