Content
96%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 content is exceptionally lean and actionable, with a well-sequenced workflow that includes explicit validation and error-handling checkpoints for risky operations like stock-code verification and file_path handling. The only mild gap is progressive disclosure: everything is inlined into one ~167-line file with no bundle references, which is appropriate for a single-purpose MCP skill but leaves the long capability table unsplit.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence — it deliberately refuses to copy API names/params ("这份 skill 故意不抄具体的 API 名和参数表"), delivers every token as actionable guidance, and avoids explaining what a data source or CSV is, matching the score-5 lean-and-efficient anchor. | 5 / 5 |
Actionability | It gives fully executable, copy-paste-ready guidance: exact MCP tool names, concrete JSON params (e.g. {"name":"stock_finance_data"}, {"ticker":"600519.SH","start_date":"...","file_path":"/tmp/mao_1y.csv"}), file_path conventions, batch-size limits, and worked examples, matching the score-5 fully-executable anchor. | 5 / 5 |
Workflow Clarity | The standard workflow is a clearly numbered sequence with explicit validation checkpoints: read desc before calling, verify stock codes via web_search ("调任何股票相关 API 前,先用 web_search 核对"), use full company names, stop when results cover the question, and report errors rather than retrying — matching the score-5 anchor with feedback loops for risky operations. | 5 / 5 |
Progressive Disclosure | Structure is good with clear section headers (调用方式, 能力, 工作流, 铁律, 读返回结果, watchlist, 注意事项) and the large 25-source capability table is appropriately inlined as the skill's core map; however no bundle files exist and the long reference-style capability/boundary tables could plausibly live in a separate file, so it sits at score-4 rather than 5. | 4 / 5 |
Total | 19 / 20 Passed |