Content
92%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 a strong, executable guide to raw CDP automation: actionable code, a sequenced workflow with verification checkpoints, and clean progressive disclosure via a single real reference file. The only minor weakness is length that could be tightened in a few prose passages.
Suggestions
Tighten the 'Launching' and 'Inspecting the page' prose where it restates CDP mechanics already shown in code, to lift conciseness toward the lean anchor.
Consider moving the 'Common failure modes' list into a short troubleshooting reference if the skill grows further, keeping the main body focused on the happy path.
The 'Visible by default when a display exists' section is somewhat discursive; condensing its rationale would reduce tokens without losing the key headless-vs-headful decision rule.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and protocol-specific (CDP gotchas Claude genuinely needs) with executable code and no padding about basic concepts, but at ~320 lines some explanatory prose around launch/inspection could be trimmed slightly, sitting just below the lean score-5 anchor. | 4 / 5 |
Actionability | Provides copy-paste-ready TypeScript for the common cases — launching, connecting via WebSocket, inspecting, clicking, typing, waiting, and screenshots — fully executable with the listed runtime (Bun/Node ≥22). | 5 / 5 |
Workflow Clarity | A numbered 9-step Workflow sequences find→launch→connect→inspect→act→wait→verify→cleanup with explicit validation ('Verify the result', 'Wait on observable state, never fixed sleeps') and a Debugging-failures section with feedback loops for error recovery. | 5 / 5 |
Progressive Disclosure | SKILL.md is a well-organized overview with section headers, and the only offloaded detail — video recording/demo polish — is a clearly signaled one-level-deep reference to references/recording.md, which exists and is appropriately scoped. | 5 / 5 |
Total | 19 / 20 Passed |