Content
81%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 body is a highly actionable, well-sequenced state-machine workflow with strong validation checkpoints and a clear progressive-disclosure reference appendix. Its main weakness is conciseness: several dense prose paragraphs would be tighter as bullets, and the referenced appendix files are not shipped inside the bundle.
Suggestions
Break the long 记忆接入 and 阶段衔接 paragraphs into bulleted rules to improve scannability and token efficiency.
Either ship the referenced comet-classic/reference/*.md files inside the skill bundle or note explicitly that they live in an external reference root, so progressive-disclosure navigation resolves within the skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is information-dense and assumes domain competence (no padding with basic concepts), but several paragraphs are long run-on compression blocks (e.g. the 记忆接入 paragraph and the auto-transition explanation) that could be tightened into shorter bullets; mostly efficient with some over-explanation. | 3 / 5 |
Actionability | Every phase routes to a concrete, executable command (comet classic intent route --stdin, comet state transition, comet resume-probe --json, comet guard --apply) with a copy-pasteable CometIntentFrame skeleton and explicit per-route branch actions covering the common cases. | 5 / 5 |
Workflow Clarity | Step 0→1→2 are explicitly sequenced with '命中即停' ordering, a breakpoint-recovery rule, an error-handling lookup table, decision-point blocklist, and a red-flag checklist providing explicit validation checkpoints and feedback loops for the risky state-mutation operations. | 5 / 5 |
Progressive Disclosure | The decision-core is an overview with a clearly signaled one-level-deep reference appendix (comet-yaml-fields, file-structure, auto-transition, decision-point, etc.); however those reference files are not present as bundle files in this skill, so navigation resolves outside the bundle rather than within it, leaving a minor organization gap below a clean 5. | 4 / 5 |
Total | 17 / 20 Passed |