Content
46%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 actionable CLI workflow half is strong and executable, but it is buried under a ~1600-line padded overview list that destroys token efficiency and structure. The skill needs the overview stripped and validation added around its destructive/batch operations.
Suggestions
Delete the ~1600-line "Freshsales Overview" bullet list — it is padded, largely non-Freshsales-specific, and adds no actionable value; keep only the genuine Freshsales entities if a short list is needed.
Add a validation/verification checkpoint before destructive and batch operations, e.g. confirm the record ID and run a get-* action to verify before delete-*, and require explicit user confirmation for Bulk Action.
If a long entity/action catalog is genuinely useful, move it to a references/ file and link to it one level deep so SKILL.md stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The "Freshsales Overview" section is ~1600 lines of repeated, generic bullet terms (Trademark, Podcast, Scholarship, Merger, etc.) that are heavily padded and not Freshsales-specific, matching the severely-verbose/heavily-padded anchor despite the lean CLI section that follows. | 1 / 5 |
Actionability | The working section provides fully executable, copy-paste-ready commands — `npm install -g @membranehq/cli@latest`, `membrane connection ensure ...`, `membrane action run <actionId> --input '{...}'`, `membrane request CONNECTION_ID /path` — plus a popular-actions table covering common cases. | 5 / 5 |
Workflow Clarity | The connect/setup flow is sequenced with state-check checkpoints (poll until READY, handle CLIENT_ACTION_REQUIRED), but the skill exposes destructive actions (delete-deal/delete-account/delete-contact) and a Bulk Action with no validation/verification steps, which caps workflow clarity at 3. | 3 / 5 |
Progressive Disclosure | No bundle files exist and the giant overview list is a monolithic wall of inlined content that clearly does not belong in SKILL.md; only the latter working section has real headers, leaving structure minimal and references absent. | 2 / 5 |
Total | 11 / 20 Passed |