Content
76%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 copy-paste CLI commands and a clear connection-state workflow, and it is reasonably concise. The main gap is the absence of validation/confirmation safeguards for the destructive delete operations it documents.
Suggestions
Add an explicit validation/confirmation checkpoint before running destructive actions (e.g. 'Before running delete-* actions, confirm the target ID with the user and verify the contact exists via the corresponding get/list action').
Trim the marketing-style intro paragraph to a one-line product context, since the bulk of value is in the commands.
Consider moving the popular-actions table into a references file and linking to it from the body to improve progressive disclosure for this longer single-file skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean executable commands with flags, though the introductory marketing-style paragraph ('helps businesses track and optimize their sales funnels...') and a few prose asides could be trimmed. | 4 / 5 |
Actionability | It provides copy-paste-ready commands for the full flow (install, login, connection ensure/get, action list/run, request proxy) with concrete flag examples and a JSON input example covering the common cases. | 5 / 5 |
Workflow Clarity | The connection setup has a clear state-driven sequence with polling and error checkpoints, but the skill exposes destructive actions (e.g. 'Delete Email Contact', 'Delete CRM Contact') with no validation or confirmation step before running them, capping this dimension at 3. | 3 / 5 |
Progressive Disclosure | Content is well organized into clearly headed sections (Install, Authentication, Connecting, Searching, Running, Proxy, Best practices) with no nested references, though the popular-actions table and proxy flag table are inlined in a single 170-line file rather than split out. | 4 / 5 |
Total | 16 / 20 Passed |