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.
The body is a dense, actionable audit playbook: concrete grep patterns, severity-bumped compound findings, checklists, and a complete output template, all assuming Claude's competence. It loses a point on conciseness to minor redundancy and on workflow clarity to the absence of a fix-retry loop, which is inherent to a read-only audit.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body assumes Claude's competence (no 'what is SwiftUI' padding) and every section earns its tokens — grep patterns, severity tables, compound-finding rules, and a false-positive list. It is not 5 because at ~220 lines some tables (Phase 3, Phase 4) and the scoring prose carry minor redundancy that could be tightened. | 4 / 5 |
Actionability | Copy-paste-ready Grep/Glob patterns, explicit file-exclusion globs, concrete fix code (e.g., "let item: Item", "@Binding var item: Item", "@Bindable var model: ItemModel"), and a full output-format template cover the common audit cases. Per the instruction-skill scoring note, the absence of full fix code blocks is not penalized because the guidance is concrete and specific. | 5 / 5 |
Workflow Clarity | A clear five-phase sequence (Map → Detect → Reason → Cross-Reference → Score) with explicit verification checkpoints ("use Read to verify the surrounding context before reporting", "Require evidence from the Phase 1 map — don't speculate") and output limits. It is not 5 because, being a read-only audit, there is no validate→fix→retry feedback loop of the kind the anchor-5 example describes. | 4 / 5 |
Progressive Disclosure | No bundle files exist (references/scripts/assets absent), so this is a single well-organized SKILL.md with clear section headers and a 'Related' pointer to sibling skills. Structure is good and navigation within the file is easy. It is not 5 because some content (the anti-pattern catalog, compound-finding table, output template) is inlined that, in a larger bundle, would live one level deep in reference files. | 4 / 5 |
Total | 17 / 20 Passed |