Content
82%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 executable CLI commands and a clear connection workflow including state-handling feedback loops. Its main gaps are minor prose padding and missing explicit validation for destructive/batch proxy operations.
Suggestions
Add a validation/verification checkpoint before destructive proxy calls, e.g. 'Before PUT/PATCH/DELETE, re-check the target id with membrane action run <getAction> --json'.
Trim editorial prose like 'so you can focus on the integration logic rather than auth plumbing' and the URL-normalization explanation to tighten token use.
Consider moving the proxy flag reference table and action-run details into a separate REFERENCE.md to keep SKILL.md a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely efficient command-focused content, but contains minor prose padding such as 'so you can focus on the integration logic rather than auth plumbing' and the explanatory normalization paragraph. | 4 / 5 |
Actionability | Provides copy-paste-ready commands for login, connection ensure, polling, action search/run, and proxy requests, plus a complete flag table covering the common cases. | 5 / 5 |
Workflow Clarity | The connection workflow is well sequenced with a polling/state feedback loop (READY/CLIENT_ACTION_REQUIRED/CONFIGURATION_ERROR), but lacks explicit validation checkpoints for batch or destructive proxy operations (PUT/PATCH/DELETE). | 4 / 5 |
Progressive Disclosure | Single-file body is well-sectioned with clear headers and no nested references; no bundle files exist. It is larger than the simple-skill threshold and could arguably split the action/proxy reference out, so it stops at 4. | 4 / 5 |
Total | 17 / 20 Passed |