Content
65%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 executable CLI commands and well-sequenced workflows gated by user confirmation. It loses points for repetitive boundary framing, delegated (non-inline) error recovery, and keeping all per-workflow detail inline with no reference files.
Suggestions
Condense the 技能边界 section: merge the four restated 'only use this script / ignore other projects' bullets into a single concise rule to improve conciseness.
Inline a concrete validate→fix→retry loop for publish/comment batch operations instead of deferring to '参考 xhs-publish/xhs-interact 的失败处理', which would lift workflow_clarity.
Move the four per-workflow detailed step lists into reference files (e.g., references/competitor-analysis.md) and keep SKILL.md as an overview with one-level-deep links to improve progressive_disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with terse code blocks and tables and no concept-explaining padding, but the 技能边界 section restates the 'only use this project's script / ignore other projects' constraint across four repetitive bullets that could be condensed. | 2 / 3 |
Actionability | Every workflow ships copy-paste-ready CLI commands with real flags (e.g., `--keyword`, `--sort-by 最多点赞`, `--feed-id`, `--xsec-token`) plus a subcommand-to-purpose reference table. | 3 / 3 |
Workflow Clarity | Workflows are clearly numbered and sequenced with user-confirmation gates and a failure-handling section, but error recovery is delegated ("参考 xhs-publish/xhs-interact 的失败处理") rather than inline, and batch/destructive operations lack explicit validate→fix→retry loops. | 2 / 3 |
Progressive Disclosure | Content is well-sectioned into headed parts, but with no bundle files everything is inline in a ~180-line file; the per-workflow detail a multi-workflow skill would offload to reference files is kept inline. | 2 / 3 |
Total | 9 / 12 Passed |