Content
71%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.
A thorough, well-structured instruction skill with concrete search templates, diagram syntax rules, and output conventions. The main weaknesses are the absence of explicit validation checkpoints in the workflow and a monolithic single-file layout that inlines reference material rather than splitting it out.
Suggestions
Add an explicit validation/verification checkpoint between research and report writing (e.g., 'before drafting, confirm each core claim has a cited source; if not, re-search or mark as 推演') to strengthen the feedback loop.
Move the detailed Mermaid rendering rules and the report-opening template into a separate reference file (e.g. references/report-format.md) and link to it from SKILL.md to improve progressive disclosure.
Tighten the conciseness of the Mermaid rules section by consolidating the four chart-type examples into a compact do/don't checklist.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely efficient and assumes Claude's competence — it does not explain what mermaid or SWOT is — though the mermaid rendering rules and report template could be tightened slightly. | 4 / 5 |
Actionability | Provides concrete, executable guidance: ready-to-use search query strings, mermaid code blocks with enforced formatting rules, filename format examples, and a report-opening template; minor gaps as it is instruction-only without shell-runnable code. | 4 / 5 |
Workflow Clarity | A clear five-step sequence (信息采集 → 画像 → 环境分析 → 规划撰写 → 输出) with required report sections and an information-insufficiency fallback, but lacks an explicit validate→fix→retry checkpoint within the research-to-report loop. | 4 / 5 |
Progressive Disclosure | Well-organized with clear section headers, but everything is inlined in a single ~278-line SKILL.md with no bundle files; substantial reference-style content (mermaid rules, report template) that could live in separate reference files is kept inline. | 3 / 5 |
Total | 15 / 20 Passed |