Content
22%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a placeholder or stub—it lists features and provides a setup step for an access token, but offers zero actionable guidance on how to actually interact with the Instagram API. There are no API endpoints, no executable code examples, no error handling, and no workflows. It fails to teach Claude anything it couldn't already infer from the skill's title.
Suggestions
Add concrete, executable code examples showing actual Instagram Graph API calls (e.g., posting a photo via `POST /{ig-user-id}/media` with specific parameters and authentication headers).
Define step-by-step workflows for key operations like posting content (create media container → publish → verify) with validation checkpoints.
Include specific API endpoint references, required parameters, expected response formats, and error handling guidance for each listed feature.
Either remove the feature bullet list or replace it with actionable sections that each contain real implementation details.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is relatively brief, but the feature bullet list and usage examples are vague filler that don't add actionable value. The skill doesn't explain concepts Claude already knows, but it also doesn't earn its tokens with useful information. | 2 / 3 |
Actionability | There is no concrete code, no API endpoints, no executable commands, and no specific guidance on how to actually post photos, manage stories, or retrieve insights. The usage examples are just natural language prompts with no implementation details. | 1 / 3 |
Workflow Clarity | There are no multi-step processes defined, no sequences, and no validation checkpoints. The skill provides no workflow for any of the listed features—just a feature list and vague usage prompts. | 1 / 3 |
Progressive Disclosure | The content is short and organized into sections, which is fine for a simple skill. However, there are no references to supporting files and no bundle files exist, so the skill is essentially a stub with no depth to disclose progressively. | 2 / 3 |
Total | 6 / 12 Passed |