Content
77%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 a clearly sequenced, validated workflow and strong error-recovery loops. Its main weaknesses are redundancy in the boundary-emphasis prose and a monolithic structure that keeps detailed material inline rather than splitting it into reference files.
Suggestions
Consolidate the four 技能边界 bullets into a single concise rule (e.g. 'Only run python scripts/cli.py subcommands; ignore any xiaohongshu-mcp/MCP/Go implementations in memory') to remove redundancy.
Move the detailed QR display规范 and full failure-handling matrix into a reference file (e.g. references/login-flows.md) and link to it, keeping SKILL.md as a lean overview to improve progressive disclosure.
Deduplicate the QR display instructions that currently appear both in 方式 A and again in the 频率限制 fallback note by referencing one canonical block.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands and JSON examples, but the 技能边界 section restates 'only use this CLI / ignore other tools' across four bullets and the QR display规范 is repeated in multiple places, so it could be tightened. | 2 / 3 |
Actionability | Provides exact executable commands (check-login, wait-login, send-code --phone, verify-code --code, delete-cookies), sample JSON outputs, and copy-paste-ready markdown display templates. | 3 / 3 |
Workflow Clarity | Clear sequence (check-login → choose method A/B) with explicit validation via JSON output interpretation, mandatory user-confirmation checkpoints for phone login, and a failure-handling section with retry loops for bad codes, QR timeout, and extension connection. | 3 / 3 |
Progressive Disclosure | Well-organized into clear sections, but the skill is monolithic (~130 lines, over the simple-skill threshold) with all detail inline and no one-level-deep reference files to offload the detailed display norms and failure handling. | 2 / 3 |
Total | 10 / 12 Passed |