Content
85%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, actionable skill body with clear workflows, validation feedback loops, and sound progressive disclosure. Its main weakness is token efficiency: repeated reference listings and inherited skill-contract boilerplate add tokens that do not earn their place.
Suggestions
Remove the standalone "Reference Materials" section — the same files are already linked inline under each mode's Reference callout, so the duplicate listing is pure overhead.
Trim the inherited contract boilerplate (hot-cache/open-loops promotion, pending-decision rules, handoff-summary shape pointer) to a single concise line, or push it into the shared skill-contract reference rather than repeating it in SKILL.md.
Consolidate the two scope-guard statements (the inline Scope guard block and the Next Best Skill conditional) so the deprecation/chain-complete rules are stated once.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and free of basic-concept padding, but it carries boilerplate (handoff-summary shape, hot-cache/open-loops/pending-decision promotion rules) and lists the same reference links twice — once inline in Instructions and again in Reference Materials — so it could be tightened. | 2 / 3 |
Actionability | Concrete guidance throughout: character limits (50-60, 150-160), enumerated OG/Twitter tag sets, an executable pre-flight command (`python3 .../schema_lint.py <url>`), and pointer-to-template references; for an instruction-only skill the direction is specific and copy-paste oriented. | 3 / 3 |
Workflow Clarity | Both modes are numbered sequences with explicit validation checkpoints — C01/C02 alignment checks with rewrite feedback loops, schema validation steps, a pre-flight lint, deprecation flags, and "Done when" criteria — matching the level-3 anchor. | 3 / 3 |
Progressive Disclosure | SKILL.md is an overview that signals eight one-level-deep reference files with descriptive links, all of which exist in references/, and content is appropriately split with easy navigation. | 3 / 3 |
Total | 11 / 12 Passed |