Content
61%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 a well-structured, actionable guide to driving DocRaptor via the Membrane CLI, with strong command coverage and a clear connection state machine. Its main weaknesses are mild over-explanation, a broken 'Step 2' reference in the workflow, and the absence of validation/verification for action execution.
Suggestions
Fix the workflow numbering: label 'Searching for actions' as 'Step 2' (or renumber 1b) so the 'skip to Step 2' reference resolves, and add an explicit 'Verify the output' checkpoint after running an action.
Trim the opening conceptual paragraph and rhetorical padding ('so you can focus on the integration logic...') since Claude already understands auth and CLI fundamentals.
Add one end-to-end worked example (e.g. create-document with a concrete HTML payload) and resolve the <agentType> placeholder with the actual accepted values.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient command blocks and tables, but includes unnecessary explanatory prose such as the opening 'DocRaptor is a service that converts...' paragraph and 'so you can focus on the integration logic rather than auth plumbing' padding that could be trimmed. | 3 / 5 |
Actionability | It provides concrete, copy-paste-ready commands for install, login, connection, action search/run, and proxying, plus a JSON input example and an action table; minor gaps remain (e.g. unresolved <agentType> placeholder and no end-to-end create-document example with a real payload). | 4 / 5 |
Workflow Clarity | The connection workflow has useful state-based checkpoints (READY/BUILDING/CLIENT_ACTION_REQUIRED) with a re-poll feedback loop, but it references a 'Step 2' that is never labeled, uses an unexplained '1b' numbering, and provides no validation/verification for the action-run step. | 3 / 5 |
Progressive Disclosure | No bundle files are present, and the single SKILL.md is well-organized with clear section headers (Install, Authentication, Connecting, Searching, Popular actions, Running actions, Proxy, Best practices) and no nested references; minor gaps only, as some inline reference tables could live in separate files. | 4 / 5 |
Total | 14 / 20 Passed |