Content
65%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 highly actionable with executable CLI commands and a clear connection workflow, but loses points for an unnecessary explanatory intro, missing validation around destructive/batch operations, and inlined bulk reference content.
Suggestions
Add a validation checkpoint before destructive runs, e.g. 'Before delete-* actions, run a get-* to confirm the target ID and confirm with the user'.
Move the Popular actions table into a references file (e.g. ACTIONS.md) and link to it from a short inline summary to improve progressive disclosure.
Trim the introductory paragraph about CommerceHQ's market positioning and remove filler like 'Use action names and parameters as needed'.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands, but the intro paragraph explaining what CommerceHQ is ('similar to Shopify... built-in marketing tools and dropshipping integrations') and filler like 'Use action names and parameters as needed' are unnecessary padding. | 3 / 5 |
Actionability | Provides fully executable, copy-paste-ready commands for install, login, connection, action search/run, and proxy requests, with flags and JSON examples covering the common cases. | 5 / 5 |
Workflow Clarity | The connection flow is well sequenced with state-based polling checkpoints, but destructive actions (delete-collection, delete-customer, delete-product) and batch list operations have no validation/verification step before execution, capping workflow clarity at 3. | 3 / 5 |
Progressive Disclosure | Sections are clearly organized, but the large Popular actions table (bulk reference content) is inlined in SKILL.md with no external reference files to split it out, and no bundle files are used. | 3 / 5 |
Total | 14 / 20 Passed |