Content
86%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 content is a lean, well-structured shared-rules base that encodes critical non-obvious contract and safety gotchas with concrete flags and a clear reference routing table. Weakness is actionability at the directive level rather than full executable command blocks, and workflow clarity is shaped by its role as a routing base rather than a single cohesive procedure.
Suggestions
Add 1-2 complete example command invocations (e.g. a full 'lark-cli auth qrcode --output qr.png' line) to lift actionability from directive-level to copy-paste-ready.
Optionally include a short canonical end-to-end auth-login sequence with an explicit validation checkpoint to strengthen workflow_clarity beyond the routing-table form.
Consider adding one-line purpose summaries to the reference trigger table rows so the destination of each link is clear before reading.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with non-obvious contract gotchas (ok==true vs code==0, exit code 10 as a confirmation gate, relative-path-only constraints) and assumes Claude's competence — no basic-concept padding, and every directive carries actionable signal. | 5 / 5 |
Actionability | Gives concrete executable guidance via specific commands and flags ('lark-cli auth qrcode', '--format json', '--dry-run', '--domain', exit code 10) and exact JSON fields (ok/code/msg/error), but stops at directive-level rather than full copy-paste command examples. | 4 / 5 |
Workflow Clarity | The high-risk approval flow is explicitly sequenced with a checkpoint (exit 10 → confirm intent → append flag → retry) and the reference trigger table gives ordered reading, but as a shared rules base it lacks a single end-to-end multi-step workflow with full feedback loops. | 4 / 5 |
Progressive Disclosure | SKILL.md is a concise overview that signals five one-level-deep references (all verified to exist) via a clear 'strong-trigger index' table mapping conditions to files, making navigation easy and keeping detail out of the base. | 5 / 5 |
Total | 18 / 20 Passed |