Content
92%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 well-structured, actionable workflow with concrete commands, a clear step sequence, and a failure-recovery loop, supported by two appropriately scoped reference files. Its only weakness is mild verbosity in the inline source shortlist, which slightly inflates token usage without harming clarity.
Suggestions
Tighten the ~46-row source-mapping table: collapse the many '(see --help)' rows into a single note and keep only rows that name concrete commands, reducing inline token cost.
Move the per-site command shortlist (e.g., Bloomberg/Eastmoney/Xueqiu command enumerations) fully into references/finance-sources.md, leaving SKILL.md with the discovery pattern and a pointer.
Consider condensing Step 2's environment-status block and install steps, since Claude can derive the install command from the NOT_INSTALLED branch.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely efficient with tables and code blocks that earn their place and no over-explanation of concepts Claude already knows, though the ~46-row source shortlist and a few prose passages could be trimmed slightly. Fits the 'efficient; minor instances that could be trimmed' anchor, above the midpoint but not fully lean. | 4 / 5 |
Actionability | Provides copy-paste-ready commands throughout (install, list, --help, quote, search, diagnostic re-run) covering the common cases, with the general pattern and universal flags explicitly stated. Fully executable guidance. | 5 / 5 |
Workflow Clarity | Seven clearly sequenced steps from decision through presentation, with checkpoints (check strategy before running, run --help before constructing) and an explicit failure feedback loop via OPENCLI_DIAGNOSTIC=1 and RepairContext. The skill is read-only, so the destructive/batch validation cap does not apply. | 5 / 5 |
Progressive Disclosure | SKILL.md is an overview with two well-signaled, one-level-deep reference files (discovery.md, finance-sources.md), both real and described in a Reference Files section; bulk detail is pushed to references while the shortlist stays inline for quick lookup. | 5 / 5 |
Total | 19 / 20 Passed |