Content
61%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 actionable and well-structured with concrete CLI commands and a clear connection lifecycle, making it easy for Claude to execute. Its weaknesses are a token-wasting marketing intro and the absence of validation/confirmation steps before the destructive actions it exposes.
Suggestions
Add an explicit validation/confirmation checkpoint before destructive actions — e.g. "Before running delete-assistant/delete-contact/disconnect-call, confirm the target ID with the user and prefer a get-* call first."
Trim the opening overview paragraph and the agent-types aside; Claude does not need the product's market positioning or the enumerated harness list.
Consider moving the Popular actions reference table into a separate references/actions.md and linking to it, keeping the SKILL.md overview lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands, but opens with a marketing-style overview paragraph ("helps businesses understand and improve their customer experience... make data-driven decisions") and an aside on agent types ("claude, openclaw, codex, warp, windsurf, etc. Those will be used to adjust tooling...") that Claude does not need, so it is not fully lean. | 3 / 5 |
Actionability | Provides copy-paste-ready commands for install, login, connection ensure/get, action list/run, and request, plus a flags table — mostly executable with only minor gaps (the CONNECTION_ID placeholder and absent inputSchema examples for parameterized actions). | 4 / 5 |
Workflow Clarity | There is a clear install→auth→connect→search→run flow with a polling/CLIENT_ACTION_REQUIRED feedback loop for connection state, but the skill surfaces destructive operations (delete-assistant, delete-contact, disconnect-call, delete-conversation) with no validation or confirmation checkpoint before running them, which caps workflow_clarity at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | Well-organized into clear sections with a concise getting-started path and a well-signaled external link to official docs; no bundle files exist so depth is fine, though the 20-row Popular actions table is inlined reference data that could live in a separate file. | 4 / 5 |
Total | 14 / 20 Passed |