Content
75%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 clear connection workflow, weakened only by minor verbosity and the absence of post-action validation for destructive operations.
Suggestions
Trim editorial padding (the Chatfuel overview paragraph and 'focus on integration logic' asides) to assume Claude's competence.
Add an explicit verification step after destructive/batch actions (e.g. confirm a broadcast was sent or a page disconnect succeeded) to strengthen workflow feedback loops.
Consider moving the full proxy-flag table to a reference file if the body grows, keeping SKILL.md an overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with executable commands, but includes padded asides Claude could infer ('so you can focus on the integration logic rather than auth plumbing') and a product-marketing overview paragraph. | 3 / 5 |
Actionability | It provides copy-paste-ready bash commands for install, auth, connection, polling, action list/run, and proxy requests, with flag tables and JSON input examples covering the common cases. | 5 / 5 |
Workflow Clarity | The install→auth→connect→poll→search→run sequence is clear with state-based checkpoints and a re-poll feedback loop, though destructive/batch actions (broadcasting, disconnect) lack explicit post-run validation. | 4 / 5 |
Progressive Disclosure | Single well-organized SKILL.md with clear section headers and no nested references; no bundle files are needed, though a few inline tables could optionally be split out. | 4 / 5 |
Total | 16 / 20 Passed |