Content
68%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 actionable and well-organized with strong executable CLI guidance, but it lacks validation/verification safeguards around its destructive and batch operations, which caps workflow clarity. Splitting the action catalog into a reference file would further improve disclosure.
Suggestions
Add an explicit validation/confirmation checkpoint before destructive or batch actions (e.g., verify the order id with get-order before delete-order, and confirm counts before manifest-orders) to lift workflow clarity above the cap.
Fill the empty Description column in the popular-actions table or move the catalog to a references/actions.md file with a one-line pointer from SKILL.md.
Clarify the relationship between the table "Key" (e.g. print-label) and the "<actionId>" expected by `membrane action run`, so users know how to resolve an id from `action list`.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and CLI-focused with no generic concept padding; minor trimmable fluff (e.g., "so you can focus on the integration logic rather than auth plumbing") and an empty Description column in the popular-actions table keep it just below a 5. | 4 / 5 |
Actionability | Copy-paste-ready commands cover install, headless login, connection ensure/poll, action list/run with JSON params, and proxy requests with a full flag table; minor gaps are the blank action descriptions and the unclarified actionId-vs-Key distinction. | 4 / 5 |
Workflow Clarity | The connection sub-flow is well sequenced with state checkpoints and a re-poll feedback loop, but the skill exposes destructive/batch actions (Delete Order, Delete Product, Manifest Orders) with no validation or verification step before execution, triggering the destructive/batch cap at 3. | 3 / 5 |
Progressive Disclosure | A single self-contained SKILL.md with clear section headers and one-level-only structure; the 20-row action catalog is inline and could be a separate reference, but it is useful as quick reference, fitting anchor 4. | 4 / 5 |
Total | 15 / 20 Passed |