Content
71%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 content is highly actionable with executable resolver and remediation code and a clear sequenced workflow, but it is a long monolithic file that underuses progressive disclosure and could be tightened.
Suggestions
Move the reference-style sections (Hook Profile, Intensity Profile, Project Tier Hint, Remote Session Checks, Runtime Context) into a separate reference file and link to it from SKILL.md to improve progressive disclosure and conciseness.
Add an explicit verify step after remediation (e.g., re-run `doctor --verbose` to confirm the issue is resolved) to close the workflow feedback loop.
Reduce repetition of the resolver by extracting it once and referencing the snippet, trimming length without losing executability.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient commands and tables without explaining concepts Claude already knows, but at ~357 lines with several reference-style sections (Hook Profile, Intensity Profile, Tier Hint, Remote Session, Runtime Context) and a repeated resolver pattern, it could be tightened. | 3 / 5 |
Actionability | Provides a complete, copy-paste-ready resolver script, exact per-category commands, and fully executable AskUserQuestion remediation blocks covering the common cases. | 5 / 5 |
Workflow Clarity | A clearly sequenced five-step process with an explicit MANDATORY remediation step and error handling in the resolver (exit 1 if not found), though it lacks an explicit re-run-doctor-to-verify checkpoint after fixes. | 4 / 5 |
Progressive Disclosure | Internal section structure is well organized with headers and tables, but no bundle files exist and all content (including reference tables that could live in separate files) is inlined in a single 357-line SKILL.md with no one-level-deep references. | 3 / 5 |
Total | 15 / 20 Passed |