Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tight, well-structured skill body that gives executable tool calls, a clear sequenced workflow with a verification checkpoint, and useful guardrails without padding. It respects the context window and requires no external bundle files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and high-signal throughout — it assumes Claude's competence, never explaining what an AST or graph is, and every section (When to use, Tools, Workflow, When NOT to use, Anti-patterns) earns its tokens with non-obvious specifics like rate-limit/git-diff gating and the HIVEMIND_GRAPH_CWD config. | 3 / 3 |
Actionability | Provides concrete, executable tool invocations — hivemind_graph_search({ pattern }) with a real multi-token example (auth+handler) and hivemind_graph_neighborhood({ file: "src/hooks/capture.ts" }) — copy-paste-ready rather than abstract or pseudocode. | 3 / 3 |
Workflow Clarity | A clear three-step sequence (search by pattern → neighborhood by file → read the real source via host tools) with an explicit verification checkpoint ("don't answer from the graph alone") and guardrails in Anti-patterns; no destructive/batch operation requires a validate-fix-retry loop. | 3 / 3 |
Progressive Disclosure | A single ~54-line file with no need for external references, organized into clearly labeled sections (intro, When to use, Tools, Workflow, When NOT to use, Anti-patterns), satisfying the simple-skill allowance for a well-organized single file. | 3 / 3 |
Total | 12 / 12 Passed |