Content
72%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 skill body is highly actionable with executable, copy-paste-ready commands and good parallelization guidance, but it inlines reference material that belongs in separate files, points to a non-existent rules/install.md, and omits validation checkpoints for batch scraping operations.
Suggestions
Fix or remove the broken reference to rules/install.md (the file does not exist in the bundle), or create it.
Move the branding/API curl + jq section into a dedicated reference file and link to it from the body to reduce inlined reference content.
Add explicit validation/feedback steps to the parallelization and bulk-scrape workflows (e.g. check exit codes, verify output files exist and are non-empty, retry on failure) so batch operations have checkpoints.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with many executable command examples and minimal conceptual padding, though the 'Branding Format v2 (API)' section and some repetitive example blocks could be trimmed; fits 'efficient; minor instances of over-explanation' rather than a 5. | 4 / 5 |
Actionability | Commands are copy-paste ready and specific examples cover the common cases (search, scrape, map, parallelization, output parsing with jq), matching the 'fully executable; copy-paste ready' anchor. | 5 / 5 |
Workflow Clarity | Sequencing and status checks are present, but batch/destructive operations (bulk scrape, 'xargs -P 10', parallel '&' jobs) lack validation/feedback checkpoints, which per the guidelines caps workflow_clarity at 3; not a 4 because error-recovery loops for these batch jobs are absent. | 3 / 5 |
Progressive Disclosure | Section headers give some structure, but the body references rules/install.md (no such bundle file exists) and inlines API reference material (the branding curl/jq block) that reads like separate-file content; fits 'some structure but references not clearly signaled / inline content' rather than a 4. | 3 / 5 |
Total | 15 / 20 Passed |