Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, actionable body with concrete gbrain commands, a clear phased workflow, and a useful error-recovery section. It is held back by noticeable duplication of source-precedence, hallucination, and citation guidance, and by the absence of any file-level progressive disclosure for its longer detailed sections.
Suggestions
Consolidate duplicated guidance: state source precedence, the no-hallucination rule, and citation format each in one canonical location instead of restating them across Contract, Anti-Patterns, Quality Rules, Output Format, and Citation in Answers.
Move the detailed Graph Traversal reference (link types, flags, and five worked examples) and the Search Quality Awareness troubleshooting into separate reference files (e.g. GRAPH.md, SEARCH-QUALITY.md) linked from the body, keeping SKILL.md a lean overview.
Integrate the search-quality check as an explicit validation checkpoint inside the Phases sequence rather than only as a separate troubleshooting section.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and avoids patronizing concept explanations, but the same guidance is restated multiple times — source precedence appears in Contract and again as a dedicated section, 'never hallucinate' in Contract, Anti-Patterns, and Quality Rules, and citation guidance across Output Format, Quality Rules, and Citation in Answers — so it could be tightened. | 2 / 3 |
Actionability | It supplies concrete, copy-pasteable commands with real examples, e.g. 'gbrain graph-query companies/acme --type works_at --direction in' and 'gbrain doctor --json', matching the anchor for fully executable commands with specific examples. | 3 / 3 |
Workflow Clarity | The Phases section gives a clear 5-step sequence (Decompose → Execute → Read top results → Synthesize → Flag gaps), with the Search Quality Awareness section providing an error-recovery feedback loop and step 5 acting as a verification checkpoint; this is a non-destructive lookup skill so the destructive-operation cap does not apply. | 3 / 3 |
Progressive Disclosure | The body is well-organized into clear sections, but it is a single ~125-line file with no external references or file-level disclosure; the >50-line exemption for simple skills does not apply, and detailed sections like Graph Traversal and Search Quality Awareness are inline rather than split into reference files. | 2 / 3 |
Total | 10 / 12 Passed |