Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is a strong, highly actionable auditor prompt with clear phased workflows and mandatory verification checkpoints. It is slightly verbose in places and its progressive disclosure is weak because the referenced external references/skills cannot be verified against an actual bundle and detail is kept inline.
Suggestions
Tighten or relocate explanatory rationales Claude already knows (e.g. why viewContext freezes the UI, the 1000-queries math) to raise conciseness toward the score-3 anchor.
Either add real reference bundle files for the cross-auditor and pattern details cited in 'Related', or remove the dangling reference pointers so navigation is verifiable and one level deep.
Consider moving the long Phase 3 completeness table and Phase 4 compound-finding table into a single reference file, keeping SKILL.md as a lean overview with clearly signaled links.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and assumption-respecting (explicit "Do not reason from training data" directive, lean grep tables), but several explanatory passages restate known Core Data behavior (e.g. "viewContext is main thread — heavy work on it freezes the UI", "1000 items = 1000 extra database queries") that could be tightened, matching the score-2 anchor. | 2 / 3 |
Actionability | It provides concrete, executable grep patterns, exact Swift fix snippets (e.g. migration options dictionary, objectID cross-thread passing, fetchBatchSize), and copy-paste-ready output templates, hitting the fully-executable anchor. | 3 / 3 |
Workflow Clarity | The five-phase sequence is explicit, each detection step mandates Read verification before reporting (validation checkpoints), and Phase 5 defines a feedback-style health-score gating with explicit severity-bumping rules, satisfying the clear-sequence-with-validation anchor. | 3 / 3 |
Progressive Disclosure | The body references external resources only loosely in a 'Related' section ('axiom-data (core-core-diag reference)', other skills) with no verifiable bundle files present in references/scripts/assets, and much detail that could live in reference files is inline; this matches the score-2 anchor of structure present but references not clearly signaled or verified. | 2 / 3 |
Total | 10 / 12 Passed |