Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with comprehensive executable command examples and a clear usage workflow, but it is weighed down by an exhaustive inline flag catalog that would be better as a reference file, and its workflow omits explicit result-verification steps.
Suggestions
Move the exhaustive per-command flag catalog into a references file (e.g. references/commands.md) and keep only the core workflow plus a few representative examples in SKILL.md.
Add an explicit verification step to the AI Workflow, e.g. re-snapshot after acting to confirm the page reached the expected state before proceeding.
Trim redundant flag-variant lines that duplicate --help output to improve token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body avoids concept explanations and keeps lines tight, but it inlines an exhaustive enumeration of every command and flag variant (~100 lines) that Claude could largely obtain from --help and could be tightened or moved to a reference. | 2 / 3 |
Actionability | It provides fully executable, copy-paste-ready `chrome-devtools` commands with concrete arguments and flags across all categories, plus a clear invocation pattern. | 3 / 3 |
Workflow Clarity | The AI Workflow section gives a clear Execute → Inspect → Act sequence with a snapshot feedback mechanism, but it lacks explicit verification checkpoints confirming that an action produced the expected page state. | 2 / 3 |
Progressive Disclosure | Installation is correctly split into a clearly signaled one-level reference, but the large command/flag catalog is kept inline in SKILL.md rather than moved to a separate API reference file. | 2 / 3 |
Total | 9 / 12 Passed |