Content
76%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 highly actionable with copy-paste CLI commands, a useful connection-readiness polling loop, and clean section structure. Its main weakness is workflow clarity: destructive delete operations lack validation/verification checkpoints, capping that dimension at 3, and step numbering is inconsistent.
Suggestions
Add a validation/verification step before destructive operations (e.g., confirm the profile UUID via get-profile, then re-list to confirm deletion) so delete actions include a feedback loop.
Fix the step numbering — label 'Step 1: Connect' and 'Step 2: Search & run actions' explicitly instead of an orphaned '1b' and an unlabeled 'Step 2'.
Consider moving the large popular-actions table and proxy flag reference into a separate reference file to keep SKILL.md a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly executable commands and tables with little padding; the brief opening reputation-management paragraph and a few explanatory sentences are minor over-explanation that could be trimmed, matching 'Efficient; minor instances of over-explanation'; not 5 because of those small trimmable passages. | 4 / 5 |
Actionability | Copy-paste-ready commands with concrete flags (e.g. `membrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --json`) plus a popular-actions table cover the common cases, matching 'Fully executable; copy-paste ready code or commands'. | 5 / 5 |
Workflow Clarity | A sequence exists (install → authenticate → connect → poll until READY → search → run) with a polling checkpoint, but destructive actions (delete-profile, delete-link, delete-user) have no validation/verification steps, which caps workflow clarity at 3 per the destructive-operations rule; step numbering is also muddled ('1b' with an unlabeled 'Step 2'). | 3 / 5 |
Progressive Disclosure | No bundle files exist and the skill is a single self-contained file with clear section headers and no nested references, matching 'Good structure; most content is appropriately placed; minor organization gaps'; not 5 because the sizable popular-actions/proxy reference is inlined rather than split out for a >50-line skill. | 4 / 5 |
Total | 16 / 20 Passed |