Content
85%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.
The body is highly actionable with concrete examples, commands, and a well-sequenced workflow including validation and retry. The only meaningful weakness is minor redundancy that could be trimmed for token efficiency.
Suggestions
Remove or shorten the 'When to Use' section since it restates the frontmatter description verbatim.
Consolidate the repeated mock-guidance into a single rule to avoid restating it across the 通用规则 and 带 API 请求的函数 sections.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely lean and procedural, but the 'When to Use' section duplicates the frontmatter description and mock-guidance is restated across sections, leaving room to tighten. | 2 / 3 |
Actionability | It provides executable, copy-paste-ready guidance: exact file-path mappings, real import code, concrete commands like 'pnpm test <file-path> <test-name>', and explicit coverage thresholds (90%/100%). | 3 / 3 |
Workflow Clarity | A clear three-phase sequence (任务准备 → 测例编写 → 结果验证) includes an explicit validation checkpoint (run tests, check coverage ≥90%) and a feedback loop that returns to 测例编写 on failure. | 3 / 3 |
Progressive Disclosure | No bundle files exist and the SKILL.md is a single, well-organized document with clear sections and one-level relative links; per the simple-skills note this is sufficient for a top score. | 3 / 3 |
Total | 11 / 12 Passed |