Content
67%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, actionable CLI guide with a clear connection workflow and state-machine checkpoints, weakened mainly by an unnecessary intro definition and minor inconsistencies in step numbering.
Suggestions
Remove or trim the opening 'LookML is a declarative modeling language...' paragraph and the 'focus on integration logic rather than auth plumbing' marketing phrasing, since Claude already knows these concepts.
Fix the step numbering: add a '1a' label and label the referenced 'Step 2' so the connection→search→run sequence is unambiguous.
Consider moving the detailed clientAction object fields and the proxy flags table into a separate reference file to keep SKILL.md a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly command-focused and efficient but includes unnecessary explanation Claude already knows (the opening 'LookML is a declarative modeling language...' definition) and padded marketing lines like 'so you can focus on the integration logic rather than auth plumbing', matching 'Mostly efficient but includes some unnecessary explanation'. | 3 / 5 |
Actionability | It provides many concrete, executable commands (npm install, membrane login, connection ensure, connection get --wait, action list/run, request) with real flags and a proxy options table, matching 'Mostly executable guidance; concrete code or commands with minor gaps'; not a 5 because placeholders and a discovery-only 'Popular actions' section leave LookML-specific examples implicit. | 4 / 5 |
Workflow Clarity | There is a clear install→auth→connect→poll→search→run sequence with an explicit connection state machine and a poll-again feedback loop for CLIENT_ACTION_REQUIRED, matching 'Clear sequence with most checkpoints present'; not a 5 because step numbering is inconsistent (a '#### 1b' with no 1a, and references to 'Step 2' that is never labeled). | 4 / 5 |
Progressive Disclosure | Content is organized into well-labeled sections with no nested/deep references and no bundle files, and a focused single-file CLI guide is an appropriate structure, matching 'Good structure; most content is appropriately placed; minor organization gaps'; not a 5 because it exceeds ~50 lines without splitting the detailed clientAction and proxy reference material into a separate file. | 4 / 5 |
Total | 15 / 20 Passed |