Content
88%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 well-structured, executable CLI integration guide with a clear workflow and an explicit polling/validation feedback loop for connection readiness. It is largely concise and actionable, with only minor trimming and organization opportunities.
Suggestions
Trim editorial padding such as 'so you can focus on the integration logic rather than auth plumbing' and 'This is the fastest way to get a connection' to recover a few tokens.
Consider moving the full 'Popular actions' list and proxy flag reference into a separate reference file, keeping SKILL.md as a tighter overview with one-level-deep pointers.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely efficient command-driven prose with tight code blocks and a flags table. A few soft sentences ('so you can focus on the integration logic rather than auth plumbing', 'This is the fastest way to get a connection') could be trimmed, keeping it just below the lean/efficient top anchor. | 4 / 5 |
Actionability | Copy-paste-ready, fully executable commands throughout — 'npm install -g @membranehq/cli@latest', 'membrane connection ensure', 'membrane action run ... --input', plus a proxy flags table — covering the common cases with concrete parameters. | 5 / 5 |
Workflow Clarity | Clear sequenced workflow (install → authenticate → connect → search → run → proxy) with an explicit validation feedback loop: '--wait' polling and state branching into READY / CLIENT_ACTION_REQUIRED / CONFIGURATION_ERROR with 'poll again until READY' recovery guidance. | 5 / 5 |
Progressive Disclosure | Well-sectioned single-file skill with clear headers (Overview, Authentication, Connecting, Searching, Popular actions, Best practices). No bundle files exist, so all content is inline; the inline 'Popular actions' table is appropriate, but the skill leans on a single monolithic file rather than splitting detailed reference material out. | 4 / 5 |
Total | 18 / 20 Passed |