Content
85%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 skill body is highly actionable, tightly sequenced with validation checkpoints, and token-efficient for its density. Its main weakness is progressive disclosure: substantial inline reference material and three unused bundle scripts that are not surfaced from the body.
Suggestions
Move the Windows/web hotspot lists into a reference file (e.g. references/surface-hotspots.md) and link to it from the Deployment coverage section to lighten the inline body.
Reference the existing bundle scripts (scripts/context-core.mjs, gather-local-context.mjs, gather-pr-context.mjs) from the body, or explain their role, so the provided bundle is discoverable rather than orphaned.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and mostly high-signal (taxonomy tables, decision rules, concrete file-path patterns) with little padding or explanation of concepts Claude already knows; a few sections restate the same e2e principle multiple times and could be trimmed. | 4 / 5 |
Actionability | Fully executable guidance throughout: concrete grep patterns ('grep -r "@:posit-assistant" test/e2e/tests/'), exact sibling-file conventions ('src/.../<dir>/test/<base>.vitest.ts(x)'), specific tag lists, and a copy-paste-ready markdown output template with literal emoji and section headings. | 5 / 5 |
Workflow Clarity | The 'Investigation steps' are a clearly numbered sequence with explicit validation checkpoints (read candidate tests to confirm they exercise the changed behavior, cap of ~10-15 tool calls with a fallback verdict), plus an explicit error-recovery loop ('If you can't determine coverage... lean toward Insufficient'). | 5 / 5 |
Progressive Disclosure | Structure is good with clear section headers, but large bodies of detail (the Windows/web hotspot lists, the full output template, the tag-mapping logic) live inline in SKILL.md while the provided bundle scripts (context-core.mjs, gather-local-context.mjs, gather-pr-context.mjs) are never referenced or linked from the body, so navigation to detail is only partially signaled. | 3 / 5 |
Total | 17 / 20 Passed |