Content
82%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 copy-paste-ready commands and a well-validated connection workflow, organized into clear sections. The main weaknesses are minor verbosity, a broken step-numbering reference, and a single-file structure that could split reference material.
Suggestions
Fix the workflow numbering: the "skip to Step 2" reference points to no labeled Step 2 and the "1b" heading has no "1a", so relabel the connection sequence as explicit numbered steps (1. connect, 2. wait for READY, 3. search actions, 4. run).
Trim editorial padding such as "so you can focus on the integration logic rather than auth plumbing" and "This is the fastest way to get a connection" to improve token efficiency.
Consider moving the proxy flags table and detailed clientAction state handling into a references/ file linked from the body, which would shorten the main SKILL.md and strengthen progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and command-driven with concise explanations, but contains minor over-explanation such as "so you can focus on the integration logic rather than auth plumbing" and "This is the fastest way to get a connection" that could be trimmed, fitting the efficient-with-minor-padding anchor. | 4 / 5 |
Actionability | It provides copy-paste-ready, executable commands with clearly marked placeholders across install, auth, connect, search, run, and proxy flows, plus a flags table, fully covering the common cases. | 5 / 5 |
Workflow Clarity | The connection flow has a clear sequence with explicit validation checkpoints (poll for READY, handle CLIENT_ACTION_REQUIRED, re-poll, check CONFIGURATION_ERROR), but the "skip to Step 2" reference and an unanchored "1b" heading introduce a minor structural gap that keeps it below 5. | 4 / 5 |
Progressive Disclosure | The body is well-organized into clearly labeled sections with no external references needed, but at ~139 lines (above the 50-line simple-skill threshold) and as a single monolithic file it lands at 4 rather than 5. | 4 / 5 |
Total | 17 / 20 Passed |