Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-sequenced operational guide with strong command-level specificity and validation checkpoints for risky operations. Its weaknesses are mild redundancy in the prose rules and a missed progressive-disclosure opportunity where the existing wiki-token reference is never linked.
Suggestions
Link references/lark-wiki-token-routing.md from the relevant section (e.g., add a 'Wiki token routing: See references/lark-wiki-token-routing.md' pointer) so the bundle file is discoverable rather than orphaned.
Deduplicate repeated guidance — the 'don't show URL then immediately run --device-code' rule and the exit-10 prohibitions each appear multiple times; state each once and reference it.
Consider moving the JSON output contract and/or the high-risk exit-10 approval protocol into reference files so SKILL.md stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly procedural and operational (knowledge Claude lacks) rather than explaining known concepts, but it repeats key rules multiple times — e.g., 'do not show URL then immediately run --device-code' appears twice and the exit-10 prohibitions are restated across several bullets — so it could be tightened. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands with exact flags ('lark-cli auth login --domain all --no-wait --json', 'LARKSUITE_CLI_NO_UPDATE_NOTIFIER=1 ...', 'lark-cli auth login --device-code <device_code>'), concrete JSON envelopes, and specific fields to read. | 3 / 3 |
Workflow Clarity | Multi-step flows are explicitly sequenced with validation checkpoints — the split-flow first/second round steps, the exit-10 identify→confirm→--yes retry protocol, and the ok==true/exit-code judgment rule — with feedback loops for risky operations via --dry-run and the confirmation gate. | 3 / 3 |
Progressive Disclosure | Sections are clearly headed, but the body is fairly monolithic (JSON contract, high-risk approval protocol, security rules all inline) and the one bundle file references/lark-wiki-token-routing.md is never linked or signaled from SKILL.md, leaving it orphaned. | 2 / 3 |
Total | 10 / 12 Passed |