Content
63%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a solid, well-organized skill that provides clear tool sequences and practical pitfall warnings for Instagram automation via Rube MCP. Its main weaknesses are redundancy across sections (especially repeated pitfalls), lack of executable code examples for MCP calls, and all content being inlined in a single file when some could be split out. The workflow sequencing is good with status-check validation steps, though error recovery guidance could be more explicit.
Suggestions
Consolidate pitfalls into the 'Known Pitfalls' section only, removing duplicates from individual workflow sections to reduce redundancy and improve conciseness.
Add at least one concrete, executable MCP call example showing actual parameter JSON structure rather than pseudocode descriptions.
Consider splitting detailed workflows (insights, comments/children) into a separate reference file to improve progressive disclosure and reduce the main file length.
Remove the vacuous 'When to Use' section at the end — it adds no information beyond what the title and description already convey.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is moderately efficient but contains redundancy — multiple workflows repeat the same pitfalls (public URLs, Business account requirements), the 'Known Pitfalls' section largely restates pitfalls already mentioned in individual workflows, and the 'When to Use' section at the end is vacuous. The quick reference table is useful but some content could be consolidated. | 3 / 5 |
Actionability | The skill provides concrete tool sequences with specific tool names, key parameters, and clear step ordering. However, it lacks executable code examples — the 'Common Patterns' section uses pseudocode-style descriptions rather than actual MCP call examples with real parameter structures. The guidance is specific enough to act on but not fully copy-paste ready. | 4 / 5 |
Workflow Clarity | Multi-step workflows are clearly sequenced with numbered steps, and the two-phase publishing pattern includes a validation checkpoint (poll status before publishing). The carousel workflow correctly sequences child creation before carousel container creation. However, error recovery is mostly limited to 'poll and wait' — there's no explicit guidance on what to do if container creation fails or if publishing returns an error beyond the pitfall notes. | 4 / 5 |
Progressive Disclosure | The content is well-structured with clear sections and a useful quick reference table, but at ~180 lines it's quite long for a single file with no bundle files to offload detail into. The repeated pitfalls across sections and the detailed insights/comments workflows could be split into separate reference files. No external files are referenced despite the content length warranting it. | 3 / 5 |
Total | 14 / 20 Passed |