Content
42%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 mostly actionable but suffers from heavy duplication, a broken primary script reference with hardcoded personal paths, and no validation checkpoint in the publish workflow.
Suggestions
Provide the missing ./scripts/publish.sh (or remove '方式 1' and lead with the working direct wenyan-cli command), and replace hardcoded /Users/leebot paths with portable examples.
De-duplicate the frontmatter/cover guidance into one authoritative section and remove the repeated relative/absolute/network cover examples.
Add an explicit validation step to the publish workflow (e.g. verify the draft appears in the 公众号 草稿箱 before reporting success) so workflow clarity can exceed the destructive-operation cap.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The same guidance is repeated nearly verbatim across multiple sections — the frontmatter/cover requirement appears three times (quick start, Markdown 格式要求, 故障排查) and the relative/absolute/network cover examples are duplicated at lines 80-89 and 190-218 — making this noticeably padded rather than lean. | 2 / 5 |
Actionability | Provides many concrete executable commands (npm install, wenyan publish with theme/highlight flags, export env vars, curl ifconfig.me), but the prominently recommended '方式 1' invokes ./scripts/publish.sh which does not exist in the bundle and hardcodes a personal path (/Users/leebot/.openclaw/workspace), a key missing detail in the headline workflow. | 3 / 5 |
Workflow Clarity | A quick-start sequence and a 工作流程 section are present, but the publish-to-a-live-account operation has no validation/verification checkpoint (e.g. confirm the draft landed in the WeChat backend); per the destructive/batch cap, workflow clarity cannot exceed 3. | 3 / 5 |
Progressive Disclosure | The body is well sectioned with headers, but it is a single monolithic ~320-line file with no bundle files, and references to ./scripts/publish.sh and ./assets/default-cover.jpg point to nonexistent paths, so structure is only partially organized. | 3 / 5 |
Total | 11 / 20 Passed |