Content
77%Reviews 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 executable commands and clear fallback handling, and is reasonably concise. Its main weakness is progressive disclosure: the referenced requirements.txt file is missing, leaving one navigation path broken.
Suggestions
Add the missing requirements.txt at the repo root so the documented 'python3 -m pip install -r requirements.txt' command works as written.
Tighten the 凭证配置 and 依赖 prose sections to the essential credential-handling and install rules, reducing explanatory framing Claude already infers.
Optionally move the per-script parameter tables into a short reference block or keep them inline but ensure every referenced file path (including requirements.txt) resolves to an actual bundle file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with compact tables and executable examples, but the credential-config and dependency prose sections add explanatory framing that could be tightened, matching the 'mostly efficient but could be tightened' anchor. | 2 / 3 |
Actionability | Every script is documented with fully executable commands, complete parameter tables with defaults, and concrete copy-paste examples such as 'python3 scripts/github_search.py "import asyncio" --type code --token ghp_xxx --limit 5'. | 3 / 3 |
Workflow Clarity | For a simple multi-script skill, the install-on-demand instructions include an explicit error-recovery path ('若安装失败…停止使用对应脚本并改用网页搜索,说明缺少依赖'), and no destructive or batch operations require additional validation loops. | 3 / 3 |
Progressive Disclosure | Sections are well-organized and the four referenced scripts exist in scripts/, but requirements.txt is invoked ('pip install -r requirements.txt') yet is not present in the repo, breaking a referenced path. | 2 / 3 |
Total | 10 / 12 Passed |