Content
72%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-organized, highly actionable body with executable commands and a clear required execution path, weakened only by some redundant justification in the routing section and an implied rather than explicitly sequenced verify-then-run workflow. Tightening the rationale and numbering the verify→route→confirm steps would lift it.
Suggestions
Trim the redundant rationale in 'Routing' — state the prohibition once and let the required command stand.
Make the workflow explicit: number it as 1) verify the provider CLI with `--version`, 2) run `omc ask ...`, 3) confirm the artifact at `.omc/artifacts/ask/...`.
Add a one-line note on what to do when a provider CLI is missing or unauthenticated.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and concrete (examples, version checks, artifact path), but the 'no raw CLI assembly' prohibition is stated and then re-justified ('The omc ask wrapper handles... Manually assembling... will produce incorrect or outdated invocations'), and the Antigravity/Windows platform note runs long enough that it could be tightened. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready guidance: slash-command examples, the required `omc ask {{ARGUMENTS}}` invocation, per-provider `--version` verification commands, and the concrete artifact output path. | 3 / 3 |
Workflow Clarity | The required path (always `omc ask`) and an availability-verification step are present, but verification is a flat list of commands rather than a sequenced flow, and there is no checkpoint confirming the artifact was written or any error-recovery guidance. | 2 / 3 |
Progressive Disclosure | No bundle files exist and none are needed; the ~60-line body is organized into clearly labeled sections (Usage, Routing, Requirements, Artifacts) with no nested references, which is appropriate for a self-contained skill. | 3 / 3 |
Total | 10 / 12 Passed |