Content
67%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.
A well-organized orchestration skill with explicit routing, gating, and failure-handling, but its effectiveness is undermined because the FLOW_*.md and COMMON_RULES.md files it delegates to are absent from the bundle, leaving the concrete execution steps unreached.
Suggestions
Include the referenced FLOW_CREATE/EXTRACT/READ/UPDATE/DELETE.md and COMMON_RULES.md files in the bundle, or inline their essential steps so the workflow is self-contained and navigable.
Add a concrete example of an actual CLI delegation command or .bkn file-tree output so the orchestration guidance becomes executable rather than purely declarative.
Consolidate the duplicate constraint statements between the '顶层约束' section and the COMMON_RULES delegation to reduce repetition and tighten token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and well-structured (role matrix, routing table, compact protocol line), with minor repetition between the top-level constraints section and the COMMON_RULES delegation that could be trimmed. | 4 / 5 |
Actionability | Routing, gating, and the 'discover -> preview -> confirm -> execute -> verify -> report' protocol are concrete, but the actual executable steps are delegated to FLOW_*.md and COMMON_RULES.md files that are not present in the bundle, leaving core execution undefined here. | 3 / 5 |
Workflow Clarity | Clear sequenced workflow with explicit confirmation gates ('MUST 在流程路由确认通过前...Never 进入') and a failure-fallback feedback loop ('停在当前阶段,向用户报错并等待指令,Never 自动重试或跳过'); not 5 because some verification detail is delegated to a missing COMMON_RULES.md. | 4 / 5 |
Progressive Disclosure | Good one-level-deep structure with a clear context-resource list, and the references/*.md files do exist; however several core referenced paths (FLOW_CREATE.md, FLOW_EXTRACT_TYPES.md, FLOW_READ.md, FLOW_UPDATE.md, FLOW_DELETE.md, COMMON_RULES.md, and sibling SKILL.md files) are not present in the bundle, breaking navigation. | 4 / 5 |
Total | 15 / 20 Passed |