Content
68%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 concrete, executable Membrane CLI commands and a well-structured connection workflow. Its weaknesses are padding (a marketing blurb and a 'No description' action table) and the absence of validation/confirmation steps before destructive operations like delete and send.
Suggestions
Remove the marketing-style intro paragraph and trim the 'Popular actions' table to only actions with meaningful descriptions, or drop the 'No description' rows.
Add an explicit validation/confirmation checkpoint before destructive actions (e.g. 'Before running delete-* or send-campaign, confirm the target id with the user and verify the resource exists via the corresponding get-* action').
Move the bulk action catalog and proxy flag reference into a separate reference file referenced from SKILL.md to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with executable commands, but the opening product-marketing paragraph ('Automizy is an email marketing automation platform...') and the 20-row 'Popular actions' table where every row says 'No description' are padding Claude does not need. | 3 / 5 |
Actionability | It provides copy-paste-ready, executable CLI commands for every common case — install, login, connection ensure, polling get --wait, action list/run, and proxy requests — with concrete flags and JSON output examples. | 5 / 5 |
Workflow Clarity | The connection flow is well sequenced with polling/feedback checkpoints (READY/BUILDING/CLIENT_ACTION_REQUIRED), but destructive actions exposed in the table (delete-campaign, delete-contact, send-campaign) have no validation or confirmation step, capping workflow clarity at 3 per the destructive-operations rule. | 3 / 5 |
Progressive Disclosure | No bundle files exist and content is organized into clear headed sections (install, auth, connecting, searching, running, proxy, best practices); however the skill exceeds 50 lines and inlines bulk material (the 20-row action table and flag tables) that could live in a separate reference file. | 4 / 5 |
Total | 15 / 20 Passed |