Content
87%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, actionable instruction skill: lean body with executable commands and correct externalization of implementation into the scripts bundle. The main gap is soft validation guidance in the synthesis/research workflow, which lacks explicit error-recovery feedback loops.
Suggestions
Add an explicit validate->fix->retry checkpoint for failed or sparse sources, e.g. 'If a source returns no evidence, retry once with a broader query or a fallback source before declaring coverage sparse.'
Consolidate the env-var listing to one location (frontmatter optionalEnv or the Configuration INI block) to remove the duplicated list and tighten token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and instruction-dense with no concept padding (no 'what is Weibo' explanations); sections like Output Modes and 查询类型路由提示 are compact bullets, and every token largely earns its place, matching the lean-and-efficient anchor. The only minor redundancy is the env-var INI block duplicating frontmatter optionalEnv, which is slight and not conceptual padding. | 3 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands ("python {{SKILL_DIR}}/scripts/last30days.py ... --emit compact") plus nine concrete flag variants, --diagnose, setup, playwright install, and env exports — specific and complete rather than vague or pseudocode. | 3 / 3 |
Workflow Clarity | A clear sequence exists (Run -> preserve badge/cite inline -> numbered Synthesis Guidance 1-6 -> Compliance), but validation checkpoints are soft/implicit ("if coverage is sparse, say so", "mention unavailable or failed sources") with no explicit validate->fix->retry feedback loop, matching the steps-listed-but-checkpoints-implicit anchor rather than the explicit-validation score-3 anchor. | 2 / 3 |
Progressive Disclosure | SKILL.md is a concise overview that delegates the heavy implementation to a one-level-deep script bundle (scripts/last30days.py with 27 lib modules) and assets/banner.png, all real files; the script is treated as a black-box entry point, which is appropriate progressive disclosure with clearly signaled {{SKILL_DIR}}/scripts paths. | 3 / 3 |
Total | 11 / 12 Passed |