Content
52%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 original authored sections are actionable and well-sequenced, but the file is dominated by a verbatim docs-page dump full of nav chrome, footers, and typos that wrecks conciseness and should live behind the already-provided reference link. Splitting that snapshot into a reference file and trimming it would lift both conciseness and progressive_disclosure.
Suggestions
Remove the inlined 'Docs snapshot' (lines ~45-352) and rely on the existing https://opencode.ai/docs/commands/ link, or move a trimmed version into ./references/commands-reference.md.
Delete navigation chrome and footer artifacts ('Skip to content', '⌘K', '© Anomaly', 'Join our Discord') and fix the typos ('theutput', 'ithe command') if any snapshot content is retained.
Reconcile the model ids used in examples (gpt-5.2-codex vs anthropic/claude-3-5-sonnet) so the copy-paste examples are internally consistent.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The original top section is lean, but ~300 lines are a raw pasted 'Docs snapshot' including navigation chrome ('Skip to content', '⌘K', 'GitHub', 'GitLab'), a footer ('© Anomaly', 'Join our Discord'), repeated examples, stale date 'Jan 24, 2026', and typos ('theutput', 'ithe'), which is noticeable padding Claude could derive or fetch, fitting the 2 anchor rather than 3. | 2 / 5 |
Actionability | Provides concrete, copy-paste-ready guidance — `mkdir -p .opencode/commands`, a full command-file example with frontmatter, and explicit `$ARGUMENTS`/`$1`/`!\`command\``/`@file` syntax — with only minor gaps (e.g., inconsistent model ids across examples), matching the 4 anchor of mostly-executable guidance. | 4 / 5 |
Workflow Clarity | As a simple single-purpose skill it gives a clear unambiguous sequence (mkdir the directory, create the .md with frontmatter + template, run /name), with most checkpoints implied; it is not a destructive/batch operation so the cap does not apply, fitting between 4 and 5 but held at 4 by the absence of any verify-the-command-works checkpoint. | 4 / 5 |
Progressive Disclosure | No bundle files exist and the body inlines a massive docs snapshot that clearly belongs in an external reference (a docs link is already given at line 42), matching the 2 anchor where content that should be in a separate file is inlined rather than the 3 anchor of partial structure. | 2 / 5 |
Total | 12 / 20 Passed |