Content
80%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 well-structured operational overview: actionable CLI examples, clear decision routing, and one-level-deep references that all exist. Its main weakness is the absence of explicit validation/retry feedback loops for destructive and batch operations, which caps workflow clarity.
Suggestions
Add explicit verify-then-retry checkpoints for destructive and batch operations — e.g. after +batch-create, list the created objectives to confirm; before +progress-delete, +progress-get to confirm the target — to lift workflow clarity above 3.
For +reorder and +weight, add a one-line validation note: fetch current KRs first and confirm all IDs are included (reorder) or weights sum to 1 (weight) before submitting, since the body already warns these fail param validation.
Consolidate the score-vs-progress guidance into a single section to remove the duplicated explanation in the '快速决策' table and the standalone paragraph after the examples.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and operational — decision tables, ready-to-run CLI examples, terse routing rules — with only minor over-explanation such as the score-vs-progress distinction restated across two adjacent sections. | 4 / 5 |
Actionability | It provides copy-paste-ready, fully-parameterized `lark-cli` commands (e.g. `+cycle-list --user-id "ou_xxx" --as user`, `+batch-create --input '[...]'`) with concrete flag values and example payloads covering the common cases. | 5 / 5 |
Workflow Clarity | The '快速决策' table sequences the main view/create flows and includes an error-recovery loop for categories ('invalid parameters' → list categories → retry), but destructive and batch operations (batch-create, progress-delete marked 不可恢复, reorder, weight) lack explicit verify-then-retry checkpoints, triggering the rubric's cap at 3. | 3 / 5 |
Progressive Disclosure | All 18 referenced paths under references/ resolve to real files, are one level deep, consistently linked, and clearly signaled via decision tables, a Shortcut table, and '操作指南' callouts — SKILL.md is a lean overview pointing to detailed per-operation references. | 5 / 5 |
Total | 17 / 20 Passed |