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.
The content is highly actionable with executable commands and a solid connection-state workflow, but it is held back by mild over-explanation up front and a destructive-proxy path lacking verification guidance plus an undefined 'Step 2' reference.
Suggestions
Trim the 'Clover is a POS system...' intro and the unexplained Clover Overview entity list, or replace them with a one-line pointer to Clover's domain model that the agent actually needs.
Add a verification/retry step for destructive proxy calls (e.g. GET the resource after a PUT/DELETE to confirm, and check the response status before proceeding).
Define the referenced 'Step 2' (what to do once the connection is READY) so the 'skip to Step 2' instruction resolves to a concrete section.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient command documentation, but the opening 'Clover is a point-of-sale (POS) system...' paragraph and the unexplained 'Clover Overview' entity list (Meeting/Contact/Account/Opportunity/Lead) are unnecessary explanation Claude largely already knows or that adds little, fitting the 'mostly efficient with some unnecessary explanation' anchor rather than the tighter 4. | 3 / 5 |
Actionability | It provides copy-paste-ready commands for every phase (install, login, connection ensure, action list/run with --input JSON, request) plus a complete proxy flag table, covering the common cases fully and earning the 5 anchor. | 5 / 5 |
Workflow Clarity | The connection flow has a clear sequence with state-based polling checkpoints (READY/CLIENT_ACTION_REQUIRED/CONFIGURATION_ERROR), but the proxy path supports destructive methods (DELETE/PUT) with no verification step, and 'Step 2' is referenced but never defined, capping it at 3 per the destructive-operation guideline. | 3 / 5 |
Progressive Disclosure | With no bundle files present, the single SKILL.md is organized into clear, well-signaled sections (Auth, Connecting, Searching, Running, Proxy, Best practices) with no nested references, giving good structure with only minor organization gaps rather than the ideal 5. | 4 / 5 |
Total | 15 / 20 Passed |