Content
75%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 a tight, command-driven reference that is highly actionable and includes a genuine polling feedback loop for connection readiness. Main weaknesses are broken step numbering (a '1b' and a referenced 'Step 2' that don't exist) and a confusing placeholder 'Merge Overview' section.
Suggestions
Fix the workflow numbering: add a '1a'/'Step 1' header for `connection ensure` and label the actions step as 'Step 2' so the 'skip to Step 2' reference resolves.
Remove or replace the placeholder '## Merge Overview' bullet list ('PDF / Page / Merge'), which conveys no useful information.
Add a brief verification step after running actions (e.g., check the `output` field and error state) to complete the feedback loop for batch/run operations.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is command-focused and mostly lean (install, login, connection, action, proxy commands with a compact flags table), with only minor over-explanation such as the intro paragraph and the uninformative '## Merge Overview' bullet list ('PDF / Page / Merge'); not a 5 because of those trims. | 4 / 5 |
Actionability | It provides copy-paste-ready executable commands throughout (`npm install -g @membranehq/cli@latest`, `membrane connection ensure`, `membrane action run`, `membrane request` with a flags table); not a 5 because of unsubstituted placeholders (CONNECTION_ID, QUERY) and minor gaps. | 4 / 5 |
Workflow Clarity | The connect workflow has an explicit validation feedback loop (poll state until READY, handle CLIENT_ACTION_REQUIRED, re-poll), giving clear checkpoints; not a 5 because numbering is broken ('#### 1b' with no 1a, references to a non-existent 'Step 2') and there is no post-run verification checkpoint. | 4 / 5 |
Progressive Disclosure | The single-file skill is organized into clear, well-placed sections (Install, Authentication, Connecting, Searching, Popular actions, Proxy, Best practices) with no external references needed; not a 5 because the 'Merge Overview' filler section and lack of an overview-vs-detail split leave minor organization gaps. | 4 / 5 |
Total | 16 / 20 Passed |