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.
A well-structured, highly actionable skill body dominated by executable Membrane CLI commands and a clear connection workflow with polling feedback. Its only weak spots are a brief CRM explainer Claude already knows and the absence of an explicit verification step after mutating actions.
Suggestions
Drop or trim the introductory sentence explaining what a CRM is; Claude already knows this.
Add a verification/retry checkpoint after running mutating actions (create/update/delete) so failures are caught and corrected.
Consider moving the 20-row "Popular actions" table to a reference file to keep SKILL.md a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands throughout, but the opening "EspoCRM is an open-source CRM (Customer Relationship Management) application..." explains a concept Claude already knows and could be trimmed. | 4 / 5 |
Actionability | Provides copy-paste-ready commands for install, login, connection setup, action search/run, and proxy requests, plus a flags table covering the common cases fully. | 5 / 5 |
Workflow Clarity | The connection workflow is clearly sequenced with an explicit polling feedback loop (ensure → wait → check state → handle clientAction → re-poll), but action execution for mutating operations lacks an explicit post-run verification checkpoint. | 4 / 5 |
Progressive Disclosure | Well-organized into clear sections with no nested references and no bundle files present; the long inline "Popular actions" table could arguably live in a reference file, leaving a minor organization gap. | 4 / 5 |
Total | 17 / 20 Passed |