Content
81%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 an exceptionally actionable, well-sequenced multi-phase workflow with strong validation and error-recovery structure. Its main weakness is conciseness: sizable inline scripts and verbose rationale could be externalized to bundled files.
Suggestions
Move the inline Phase 6 validation Node script and the Phase 7 fingerprint-input generator into `scripts/*.cjs` files in the bundle and reference them by path, cutting substantial inline tokens.
Consider extracting the trailing "Reference: KnowledgeGraph Schema" node/edge/weight tables into a `references/schema.md` file linked from the body.
Trim verbose rationale parentheticals (e.g. issue-number callouts) to one-line comments where the operational instruction alone is enough for Claude to act.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The 858-line body is mostly necessary operational detail, but it inlines a ~65-line Node validation script and a fingerprint-input generator that belong in bundled script files, and carries several verbose rationale paragraphs (issue references) that could be trimmed; externalizing the inline scripts would materially cut tokens without losing guidance. | 3 / 5 |
Actionability | Guidance is fully executable throughout: exact bash commands, precise script paths (e.g. `node "<SKILL_DIR>/compute-batches.mjs"`), complete copy-paste inline scripts, JSON schemas, and decision tables cover the common cases with no pseudocode or abstract hints. | 5 / 5 |
Workflow Clarity | Phases 0-7 are explicitly sequenced with validation checkpoints (Phase 6 inline validation, Phase 7 fingerprint gate "must succeed before meta.json is written"), feedback loops (fix then re-validate), gate checks, and retry-once error recovery. | 5 / 5 |
Progressive Disclosure | Clear one-level-deep references to `agents/*.md`, `languages/*.md`, `frameworks/*.md`, `locales/*.md`, and bundled scripts are well signaled, but the inline validation script and the trailing KnowledgeGraph schema tables are content that would be better placed in separate reference files, and the reviewed bundle ships no bundled files alongside SKILL.md. | 4 / 5 |
Total | 17 / 20 Passed |