Content
81%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 body is a highly actionable, well-sequenced diagnostic workflow with concrete commands, flags, and validation feedback loops. Its main weakness is mild verbosity in a few explanatory sentences that assume less competence than necessary.
Suggestions
Trim meta-commentary such as 'Your primary goal is to guide the user...' and 'This is the simplest and safest way to verify...' to tighten the conciseness score.
Consider moving the detailed error-symptom catalog (Steps 2-3) into a separate references file linked from a concise overview, which would improve progressive_disclosure.
Replace the explanatory 'This is not a generic connection failure' framing with a direct instruction to reduce over-explanation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and practical, but includes mild meta-commentary and over-explanation ('Your primary goal is to guide the user...', 'This is the simplest and safest way...') that could be trimmed; not a 4 because several sentences pad rather than instruct. | 3 / 5 |
Actionability | Provides fully executable, copy-paste-ready guidance: specific config files to search, exact commands ('npx chrome-devtools-mcp@latest --help', the 'gh issue list ... --search' invocation), concrete flags ('--browser-url=http://127.0.0.1:9222', '--logFile', 'startup_timeout_ms' 20000), and specific URLs covering the common cases. | 5 / 5 |
Workflow Clarity | Six clearly sequenced steps with explicit validation checkpoints and feedback loops ('If list_pages succeeds, the problem is resolved. If it still fails ... then you can proceed to the more advanced steps'); this is a diagnostic (non-destructive) workflow, so the batch/destructive cap does not apply. | 5 / 5 |
Progressive Disclosure | Well-organized into six clearly headed step sections with one clearly signaled external reference (the GitHub troubleshooting.md URL); not a 5 because the skill exceeds ~50 lines and the inline error catalog could arguably be split into a reference file, leaving a minor organization gap. | 4 / 5 |
Total | 17 / 20 Passed |