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.
A mature, operationally precise skill body with executable commands, per-mode output formats, and validation steps for its in-place editing workflow. The main weaknesses are a few dense paragraphs that resist skimming and a top-level file that inlines content a stricter progressive-disclosure split would move to references.
Suggestions
Break the long edit-mode and automatic-marks-pass paragraphs into short labeled bullets so the safety boundaries (don't edit quotes/code/tables, confirm prose target first) are scannable.
Move the severity-tier catalog and the 'Never inject these' list into references/patterns.md, leaving SKILL.md a tighter operational overview that points to them — this would push progressive_disclosure toward the top anchor.
Make the edit-mode verify step an explicit validate→fix→revalidate loop (e.g., 'if patterns remain, re-edit and re-run the validator until clean') to match the anchor-5 workflow clarity example.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is information-dense and assumes Claude's competence (no explanations of what AI-ism detection libraries are), but several paragraphs are very long blocks — notably the edit-mode paragraph and the automatic-marks-pass paragraph — that could be tightened. It sits above anchor 3 (efficient with some unnecessary explanation) but stops short of anchor 5 (every token earns its place) because of those dense runs. | 4 / 5 |
Actionability | Provides fully executable, copy-paste-ready commands backed by real bundled scripts — `node scripts/normalize-quotes.js <rewritten-prose> --reference <original> --write`, `node scripts/check-style.js <file> --config <path>`, `node detector/validate.js <original> <rewritten>` — plus concrete per-mode output-format sections. This matches anchor 5's 'specific examples cover the common cases.' | 5 / 5 |
Workflow Clarity | Each mode has a clearly sequenced numbered workflow (audit → rewrite → diff → second-pass audit; read → edit → verify) with explicit validation checkpoints such as 're-read the file and confirm the flagged patterns are resolved' and a mechanical validator. It is below anchor 5 only because the validate→fix→revalidate feedback loop is stated more implicitly than the crisp numbered retry cycle in the anchor-5 example. | 4 / 5 |
Progressive Disclosure | Structure is good: a clear reference-loading directive points to a real one-level-deep `references/patterns.md` (688 lines holding the catalog), and HTML markers (`<!-- patterns:catalog -->`, `<!-- patterns:profiles -->`) signal injected sections. It is above anchor 3 but below anchor 5 because at 224 lines the top-level file inlines sizable blocks (severity tiers, tone calibration, 'never inject these') that could arguably live in references. | 4 / 5 |
Total | 17 / 20 Passed |