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.
Highly actionable CLI guidance with a well-structured connection workflow, weakened by an unnecessary intro paragraph and a lack of validation steps around destructive actions. No bundle files are referenced, so disclosure is single-file and reasonably organized.
Suggestions
Trim or remove the introductory paragraph describing what ShipStation is and who uses it — Claude already knows this and it competes for context.
Add a validation/verification checkpoint before and after destructive actions (e.g., confirm the order ID with the user before delete-order, and check the response output/status after void-label) to lift workflow clarity past the destructive-operation cap.
Consider moving the full popular-actions table and the proxy flag reference into a separate REFERENCE.md so the body stays a lean overview, which would also improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient CLI commands and tables, but the opening paragraph explains what ShipStation is and who uses it ('web-based shipping software that helps e-commerce businesses...') — background Claude does not need and could be trimmed. | 3 / 5 |
Actionability | Provides fully executable, copy-paste-ready commands throughout (install, login, connection ensure, action list/run, request proxy) plus a popular-actions table covering common cases with concrete keys. | 5 / 5 |
Workflow Clarity | The connection flow has good checkpoints (READY/BUILDING polling, CLIENT_ACTION_REQUIRED, error states), but destructive/batch actions like delete-order and void-label are run with no validation or verification of the result, capping this dimension at 3. | 3 / 5 |
Progressive Disclosure | Well-organized into clear sections (Overview, Install, Auth, Connecting, Searching, Popular actions, Running, Proxy, Best practices) with no nested references; the bulky actions table and proxy flag list are inlined but the structure is easy to navigate. | 4 / 5 |
Total | 15 / 20 Passed |