Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable and well-structured with clear workflows, validation checkpoints, and a strong progressive-disclosure design backed by real reference files. Its only weakness is mild redundancy between the SKILL.md routing tables and the reference docs, which slightly inflates the token budget.
Suggestions
Reduce duplication: the +upload three-step flow and the 'no ffmpeg/whisper' rule are stated both in SKILL.md and lark-minutes-upload.md; consolidate to one canonical location and link the other.
The 意图路由 table and the Shortcut table overlap on several rows (e.g. speaker-replace, summary, todo); consider merging or pruning rows that merely restate reference-file triggers to tighten the overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient (tables, code blocks, tight routing) but contains repeated steering content — the +upload flow and 'no ffmpeg/whisper' guidance appear in both the body and references, and routing tables restate several reference triggers, so it could be tightened. It is not padded with concepts Claude already knows, but it is not fully lean. | 2 / 3 |
Actionability | Provides concrete, copy-paste-ready commands throughout (e.g. 'lark-cli minutes +detail --minute-tokens <token> --summary --todo --chapter --keyword --transcript', the --todos JSON batch example, the speakerlist GET), with specific flags and JSON shapes — fully executable guidance. | 3 / 3 |
Workflow Clarity | Multi-step processes are explicitly sequenced with validation checkpoints: the upload flow (drive +upload → +upload → +detail --wait-ready), '先读后写' before todo/summary edits, and error-feedback loops (permission_denied, not_found) with recovery steps. Destructive/batch operations have explicit read-before-write and error handling. | 3 / 3 |
Progressive Disclosure | Clear overview with well-signaled one-level-deep references — each Shortcut maps to a real file in references/ (verified: detail, download, search, speaker-replace, summary, todo, update, upload all exist), with the SKILL.md acting as a routing hub and detailed content pushed to the reference files. Navigation is easy and references do not nest beyond one level. | 3 / 3 |
Total | 11 / 12 Passed |