Content
75%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 concrete, executable commands and a clear step sequence supported by validation and error-recovery tables. Its main weakness is redundancy — setup, error, and flag material is duplicated between SKILL.md and the reference file, hurting both conciseness and clean progressive disclosure.
Suggestions
Remove the duplicated setup, error-reference, and flag tables from SKILL.md, keeping only a brief summary inline and pointing to references/commands.md for the full detail to improve both conciseness and progressive disclosure.
Replace the inline status-check block with a single 'run opencli doctor first' instruction to cut padding without losing the validation gate.
Add an explicit validate→fix→retry loop for command failures (e.g., on AuthRequiredError or EmptyResultError) to lift workflow clarity from a pre-flight check to a true feedback loop.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands and tables, but setup instructions, flag tables, and the error reference are duplicated between SKILL.md and references/commands.md, and the inline status-check block adds padding that could be tightened. | 3 / 5 |
Actionability | Fully executable, copy-paste-ready commands throughout ('opencli linkedin timeline --limit 20 -f json', 'opencli linkedin search "quantitative analyst" --limit 10 -f json') with flag and output-column tables covering the common cases, matching the top anchor. | 5 / 5 |
Workflow Clarity | A clear 5-step sequence (Setup → Identify → Execute → Present → Diagnostics) with a setup validation gate ('opencli doctor', status block) and an error-fix table, but the validation is a pre-flight connectivity check rather than an explicit validate→fix→retry loop on outputs. | 4 / 5 |
Progressive Disclosure | Good structure with a clearly signaled one-level-deep reference ('references/commands.md — Complete read command reference'), but notable content (setup steps, error tables, flag tables) is duplicated between SKILL.md and the reference rather than cleanly split. | 4 / 5 |
Total | 16 / 20 Passed |