Content
55%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 a serviceable command reference with concrete executable examples, but it lacks workflows with validation for destructive config/env operations, has a truncated 'config opencode' description, and deduplicates content poorly. Splitting detail into a reference file and adding verification steps would improve it.
Suggestions
Add explicit validation/verification steps for destructive or batch operations such as 'config set' and 'env set' (e.g. run 'config validate <tool>' after writing).
Fix the truncated 'config opencode' description ('Generate OpenCode config (alias for') and remove the duplicate 'config get'/'config list'/'config set <code>' sections that collide with earlier ones.
Consolidate repetitive 'Example:' blocks and move verbose flag tables into a references/ file, linking from SKILL.md for better progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean command listings, but it repeats the full description verbatim in the Overview and pads many subcommand sections with near-empty 'Example:' blocks containing the bare command; this could be tightened further. | 3 / 5 |
Actionability | Commands and flags are concrete and copy-pasteable (e.g. 'omniroute config set <tool>' with --model/--non-interactive flags), giving mostly executable guidance with minor gaps such as the truncated 'config opencode' alias line. | 4 / 5 |
Workflow Clarity | The skill lists subcommands but exposes no multi-step workflow or validation checkpoints for risky/batch operations like 'config set' or 'env set', and the destructive-or-batch cap holds this at 3 per the rubric feedback-loop guidance. | 3 / 5 |
Progressive Disclosure | Structure is reasonable with one section per subcommand, but there are no external reference files (references/ absent) and inline content like full flag tables that could live in a separate reference; references are not signaled and some content is duplicated across sections. | 3 / 5 |
Total | 13 / 20 Passed |