Content
68%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 highly actionable with executable commands and concrete examples, and well-structured, but it carries noticeable narrative padding with version-specific history and lacks an explicit post-fix verification loop for a batch mutating operation.
Suggestions
Trim the 'Why This Exists' and 'Why this used to break' narratives (including the 6,981-error anecdote) to a line or two, or move version history (v0.18.0, v0.37.5.0) into a 'Deprecated/old behavior' section to recover conciseness.
Add an explicit post-fix verification step to the Fix phase (e.g. 'After --fix, re-run gbrain frontmatter audit --json and confirm total == 0') so the batch mutating workflow has a complete validate→fix→re-validate feedback loop.
Consider moving the 'Prevention — Writing Valid Frontmatter' YAML reference and the full JSON output envelope into a references/ file linked from the body, to deepen progressive disclosure for the longer sections.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The operational core (validation table, commands, output rules, YAML examples) is efficient, but narrative padding ('Why This Exists', 'Why this used to break' with the 6,981-error anecdote) and time-sensitive version numbers (v0.18.0, v0.37.5.0) outside any deprecated section add unnecessary explanation, matching the mostly-efficient-but-could-tighten score-3 anchor. | 3 / 5 |
Actionability | Provides copy-paste-ready commands for every phase (audit, validate, --fix, install-hook), concrete JSON envelopes, exit-code semantics, and correct/broken YAML pairs — fully executable guidance covering the common cases per the score-5 anchor. | 5 / 5 |
Workflow Clarity | Phases 1–4 are clearly sequenced with pre-mutation safety (--dry-run, .bak backups, confirm-count-before-fix), but this is a batch mutating operation and there is no explicit post-fix re-audit/verification feedback loop, so per the batch-operation cap workflow clarity stays at 3. | 3 / 5 |
Progressive Disclosure | Well-organized into clearly headed sections with chain references to other skills signaled by path; no bundle files exist so everything is inline, and the 230-line body could arguably split the YAML-prevention reference or output-format spec into separate files, giving good-but-minor-gaps structure matching the score-4 anchor. | 4 / 5 |
Total | 15 / 20 Passed |