Content
57%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 body is well-structured with an actionable workflow and concrete commands, but it inlines a large actor table that belongs in a reference, points to a run_actor.js script that is absent from the bundle, and lacks a validation checkpoint before summarizing batch scrape results.
Suggestions
Add an explicit validation step between Step 4 and Step 5: verify the Apify run status is SUCCEEDED and check result count/non-empty output before summarizing.
Move the 19-row actor table into a references file (e.g. references/actors.md) and keep only the selection guidance inline, or confirm and include the referenced reference/scripts/run_actor.js in the bundle.
Tighten vague phrasing like 'Based on character of use case' into concrete guidance (e.g. suggested result counts per use case).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with a tidy checklist and command blocks, but the 19-row actor table is large inline content that could live in a reference, and a few phrases ('Based on character of use case') are padding rather than guidance. | 3 / 5 |
Actionability | Provides concrete, mostly copy-pasteable bash commands for schema fetch and three output variants, with placeholders (ACTOR_ID, JSON_INPUT, YYYY-MM-DD_OUTPUT_FILE) that still require user substitution. | 4 / 5 |
Workflow Clarity | The five steps are sequenced with a progress checklist, but this batch-scraping skill has no validation checkpoint (e.g. verifying the run succeeded before summarizing, checking result count) before reporting, which caps workflow_clarity at 3. | 3 / 5 |
Progressive Disclosure | Structure is sectioned, but the large actor-selection table is inlined in SKILL.md and the body references ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js while no references/scripts bundle directory is present, so the referenced detail is not actually available. | 3 / 5 |
Total | 13 / 20 Passed |