Content
70%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 thorough, highly actionable multi-agent research workflow with excellent sequencing and built-in validation/cross-checking feedback loops. Its main weaknesses are length-driven verbosity in the conceptual preamble and a monolithic single-file structure that inlines material which would be easier to navigate if split into reference files.
Suggestions
Trim the "框架特点" and "AI研究偏见自觉" preamble to a few bullet points; Claude already understands information-asymmetry and survivorship bias, so keep only the framework-specific rules (confidence labeling, 第一性原理 fallback mode).
Move the six per-task prompt/description blocks (任务1–任务6) and the final-report template (第七步) into separate reference files under references/ (e.g. references/task-business.md, references/report-template.md) and link to them from SKILL.md, turning the main file into a concise overview.
Either include the referenced tools/financial_rigor.py and AGENTS.md in a bundle directory or replace those references with self-contained inline instructions so the skill is executable without external files that may not exist.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient action scaffolding (tables, prompt templates, step lists), but the 1082-line length includes explanatory preamble — "框架特点", "AI研究偏见自觉", and the "Codex adapter note" — that teaches concepts Claude already knows and could be trimmed without losing actionable content. | 3 / 5 |
Actionability | It provides copy-paste-ready agent prompt templates, exact tool configs (subagent_type, run_in_background: true), concrete commands (date, python3 tools/financial_rigor.py), and a precise output path, but references tools/financial_rigor.py and AGENTS.md that are not present in any bundle directory, leaving a minor gap. | 4 / 5 |
Workflow Clarity | A clear nine-step sequence (第一步–第九步) with explicit validation checkpoints and feedback loops — 第六步 cross-validation/conflict arbitration, the 反偏见检查, "至少用2个不同来源交叉验证", and "无法获取的信息明确标注数据缺失" — directly matches the anchor for clear sequencing with error-recovery loops. | 5 / 5 |
Progressive Disclosure | Headers organize the document well, but at 1082 lines everything — the six detailed task specifications and the full final-report template — is inlined into a single SKILL.md with no references/ or other bundle files, so content that clearly belongs in separate files is inline and the simple-skill exception (under 50 lines) does not apply. | 3 / 5 |
Total | 15 / 20 Passed |