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 body is highly actionable with concrete, copy-paste-ready CLI commands and a well-sequenced connection workflow featuring real validation and feedback loops. Its main weaknesses are minor padding in the intro and no validation guidance for destructive delete operations.
Suggestions
Trim the marketing-style opening paragraph ('helps businesses identify and target potential customers...') since Claude does not need it to operate the integration.
Add a validation/checkpoint step before running destructive actions (e.g. confirm the record id and re-fetch before delete-* operations).
Consider moving the 20-row popular-actions table into a separate ACTIONS.md reference and keeping only a few key examples inline, to reduce SKILL.md length.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with lean CLI commands and reference tables, but a few padded bits could be trimmed: the marketing-style intro ('helps businesses identify and target potential customers') and phrases like 'so you can focus on the integration logic rather than auth plumbing'. | 4 / 5 |
Actionability | Provides copy-paste-ready, fully executable commands for every stage (install, login, connect, poll, search, run, proxy) plus a 20-row action table and a proxy-flag table that cover the common cases. | 5 / 5 |
Workflow Clarity | The connection flow is clearly sequenced with explicit validation via state polling and a feedback loop (poll again after CLIENT_ACTION_REQUIRED), but there is no validation/checkpoint guidance before destructive operations such as delete-* actions, leaving a minor validation gap. | 4 / 5 |
Progressive Disclosure | Well-organized into clear sections with no problematic nested references, but at ~160 lines it exceeds the simple-skill threshold and inlines a large 20-row actions table that could live in a separate reference file, so it stops short of anchor 5's 'appropriately split' bar. | 4 / 5 |
Total | 17 / 20 Passed |