Content
73%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 well-structured, highly actionable skill body with strong mode-specific workflows, explicit validation feedback loops, and executable commands tied to real bundled scripts. The main weaknesses are repetition in long procedural paragraphs and references to an examples/ directory that is not present in the bundle.
Suggestions
Tighten the long prose paragraphs (edit-mode rules, automatic marks pass, --style composition) by extracting the repeated exemption list (quotes, code, tables, attributed text) into one canonical statement and back-referencing it, reducing token cost.
Either add the referenced examples/ directory (with at least examples/technical.json and examples/README.md) or reframe those paths as user-supplied-only, so every signaled reference resolves to a real bundle file.
Condense the --style resolution prose (lines 135-141) — the path/bare-name disambiguation, fallback, and mechanic-vs-AI-rule precedence currently span three dense paragraphs and could be a short decision table.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and free of basic-concept padding (no 'what a PDF is' filler), but several long procedural paragraphs — the edit-mode rules (line 44), the automatic marks pass (line 60), and the --style composition prose (lines 131-141) — restate exemptions and mechanics repeatedly and could be tightened without losing clarity. | 3 / 5 |
Actionability | Provides concrete executable commands (node scripts/normalize-quotes.js ..., node scripts/check-style.js ..., node detector/validate.js) with explicit exit-code semantics and flag mappings; minor gaps because the cited scripts exist but the referenced examples/ configs and detector/ engine are absent from the bundle, leaving some invocations unverifiable. | 4 / 5 |
Workflow Clarity | Each mode has an explicit numbered sequence (audit→rewrite→diff→second-pass for rewrite, audit→assess for detect, read→edit-in-place→verify for edit) with a genuine validation feedback loop: re-read after editing, second-pass audit, and the preservation validator that exits non-zero on protected-region violations — a textbook destructive/batch validation checkpoint. | 5 / 5 |
Progressive Disclosure | Good structure with a clearly signaled one-level-deep reference load (references/patterns.md) gated behind reference-loading markers and a well-organized severity-tier catalog inline; held at 4 rather than 5 because references to examples/<name>.json and examples/README.md point at an examples/ directory that does not exist in the bundle, so one signaled reference target is not actually resolvable. | 4 / 5 |
Total | 16 / 20 Passed |