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 body is actionable and reasonably well-structured with concrete Membrane CLI commands and a clear connection state machine, but it leans slightly verbose and lacks validation feedback loops for destructive action/proxy operations.
Suggestions
Trim the marketing-style opening paragraph about Hello Retail and informal phrasing like 'burn less tokens' to tighten token efficiency.
Add an explicit validate/verify checkpoint after running actions or proxy mutations (e.g., re-fetch the record to confirm the change) to support destructive/batch operations.
Consider moving the proxy flags table and popular-actions catalog into a separate reference file to keep SKILL.md a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands, but the marketing-style intro ('AI-powered personalization platform... helps retailers deliver personalized shopping experiences') and colloquial filler ('This will burn less tokens') could be trimmed; not a 4 due to these padded passages. | 3 / 5 |
Actionability | Provides concrete, executable commands throughout (install, login, connection ensure/get, action list/run, request) with a flags table; minor gaps (e.g. placeholder CONNECTION_ID not fully wired) keep it from a 5. | 4 / 5 |
Workflow Clarity | The connection setup is clearly sequenced with state checkpoints (READY/BUILDING/CLIENT_ACTION_REQUIRED/CONFIGURATION_ERROR), but the skill manages records and runs proxy requests that can be destructive/batch with no validation or verify-then-proceed feedback loop, capping it at 3. | 3 / 5 |
Progressive Disclosure | Well-organized into clear sections (Overview, Install, Authentication, Connecting, Searching, Popular actions, Best practices) with no bundle files needed; not a 5 because the proxy flags table and popular-actions block could live in a separate reference for a >50-line skill. | 4 / 5 |
Total | 14 / 20 Passed |