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 body is highly actionable with executable commands and useful reference tables, but the workflow lacks an explicit validation checkpoint for a batch operation, and script-path references are inconsistent and don't point cleanly at the real bundle file.
Suggestions
Add an explicit validation/verification checkpoint in the workflow (e.g., confirm the CSV row count and spot-check a few entries before presenting results) so the batch operation has a clear feedback loop.
Reconcile the script source paths — the body references both 'skills/linkedin-job-scraper/scripts/jobspy_scraper.py' and 'skills/linkedin-scraper/scripts/jobspy_scraper.py' (a typo); use a single path that matches the actual bundle location (scripts/jobspy_scraper.py).
De-duplicate the script-location guidance by consolidating Step 3's copy instructions with the 'Script Location' section to remove the redundancy.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean — reference tables, copy-paste commands, and an error table — but script-location guidance is repeated across Step 3 and a dedicated section, and the Quick Start command overlaps the Workflow Step 2 command, so a little tightening is possible. | 4 / 5 |
Actionability | Provides fully executable, copy-paste-ready install and run commands, a complete flag reference table, three worked use-case examples, and a concrete error→fix table covering the common cases. | 5 / 5 |
Workflow Clarity | Steps 1–4 are clearly sequenced, but this is a batch operation (fetches N listings) and the workflow has no explicit validation checkpoint before interpreting results; per the batch-operation cap, workflow clarity cannot exceed 3. | 3 / 5 |
Progressive Disclosure | Section structure is good and the script is appropriately kept one level deep in scripts/, but the body gives two inconsistent source paths ('skills/linkedin-job-scraper/scripts/...' and 'skills/linkedin-scraper/scripts/...', the latter a typo) that do not match the actual bundle path, muddling navigation. | 3 / 5 |
Total | 15 / 20 Passed |