Content
51%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 information-rich and offers genuinely actionable formulas and thresholds, but it is verbose, lacks validation checkpoints in its risky screening workflows, and is a single inlined wall of text with no progressive disclosure via reference files.
Suggestions
Trim explanatory prose and tutorial-style background to formulas, thresholds, and decision rules only, cutting context-window cost.
Add explicit validation/checklist steps to the screening workflows (e.g., verify data freshness, confirm approval status, re-check position limits) before acting on event signals.
Move the ST/退市 rule tables, the per-event return tables, and the report template into separate reference files (e.g., references/st_rules.md, references/report_template.md) and link to them from a concise overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~260-line body extensively explains A-share mechanics, tables of expected returns, and time-sensitive rules (e.g., '2024新规', '2023年某科技公司') that Claude largely already knows or that pad the context; much of it could be trimmed to formulas and decision rules. | 2 / 5 |
Actionability | Provides concrete, computable formulas (并购套利价差, 折价率, 年化收益), specific threshold rules, and a copy-paste report template; minor gaps are that code is absent and most data-fetching is left to 'tushare' without executable snippets. | 4 / 5 |
Workflow Clarity | Sequences exist (event timeline T-30→T+N, 定增预案→解禁, and an output report flow), but there are no explicit validation/verification checkpoints despite the skill involving batch screening and speculative positions with stated 20%+ downside risk; the destructive/batch cap holds this at 3. | 3 / 5 |
Progressive Disclosure | It is a single monolithic SKILL.md with no bundle files; the dense formula tables, ST rules, and report template are inlined rather than split into reference files, so structure is minimal and content that belongs in separate files is inlined. | 2 / 5 |
Total | 11 / 20 Passed |