Content
73%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 executable CLI commands and a well-structured connection workflow. It loses points for restating product background Claude already knows and for lacking validation checkpoints around action execution and proxy requests.
Suggestions
Trim the opening paragraph that explains what LeadSquared and marketing automation are; assume Claude's domain knowledge.
Add a validation/verification step after running actions or proxy requests (e.g. inspect the `output` field and check for error states before proceeding on batch operations).
Consider moving the full proxy flag reference table into a separate reference file to keep SKILL.md a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with concrete commands, but the opening paragraph restates what LeadSquared is ('marketing automation and CRM software...') — context Claude already knows — and a few sections could be tightened. | 3 / 5 |
Actionability | It provides fully executable, copy-paste-ready commands throughout (membrane login, connection ensure, action list/run, request with a full flag table), covering the common cases with real syntax and JSON-output flags. | 5 / 5 |
Workflow Clarity | The connection setup is clearly sequenced with a polling loop and explicit state-by-state branches (READY/CLIENT_ACTION_REQUIRED/CONFIGURATION_ERROR), but there are no validation checkpoints after running actions or proxy requests, which are the destructive/batch-prone steps. | 4 / 5 |
Progressive Disclosure | Content is organized into clear sections (Install, Authentication, Connecting, Searching, Running, Proxy, Best practices) with no bundle files to offload to; structure is good, though a few inline reference-like sections (the full proxy flag table) could live in a separate reference. | 4 / 5 |
Total | 16 / 20 Passed |