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 an efficient, actionable CLI integration guide with a strong connection-setup feedback loop, but it lacks verification checkpoints before irreversible mail/batch operations and stays monolithic rather than splitting reference material into bundled files. Good overall, with a clear gap around pre-action validation.
Suggestions
Add an explicit validation/verification checkpoint before running mail-sending, batch, or mutating proxy requests, e.g. "Before sending Letters/Postcards or running Batches, confirm the recipient and template with the user and inspect the action's outputSchema."
Provide at least one fully-worked end-to-end example with concrete values (a real connection id, action id, and --input payload) so the placeholder substitution is unambiguous.
Move the proxy flag reference table and detailed connection state machine into a bundled reference file (e.g. references/proxy.md) and link to it, tightening the main SKILL.md overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean commands, tables, and state-handling detail that assumes Claude's competence, with only minor trimmable prose (e.g. the somewhat preachy "Best practices" section). | 4 / 5 |
Actionability | It provides concrete, copy-paste-ready commands for install, login, connect, search, run, and proxy with a flags table, but commands rely on placeholders (CONNECTION_ID, <actionId>) and lack a fully-worked end-to-end example with real values. | 4 / 5 |
Workflow Clarity | There is a clear install→login→connect→search→run sequence with a genuine connection-state feedback loop, but PostGrid sends physical mail (irreversible) and exposes Batch/Job and proxy POST/PUT/DELETE with no validation/verification checkpoint before acting, so the destructive/batch cap applies. | 3 / 5 |
Progressive Disclosure | The body has good section headers and no nested references, but it is a monolithic ~143-line single file with no bundle files and a redundant "Popular actions" section, so it is well-organized rather than optimally split. | 4 / 5 |
Total | 15 / 20 Passed |