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 tight, executable command catalog with clear sectioning and safety-preview checkpoints on write operations. The chief trim opportunity is the repeated auth-token literal across update commands.
Suggestions
Factor the repeated `--auth-token <TOKEN>` pattern out of the update examples into a one-line note (e.g. 'All update commands require `--auth-token <TOKEN>` or `THINGS_AUTH_TOKEN`') to reduce padding.
Add an explicit validate-fix-retry note for write operations (e.g. run `--dry-run` first, confirm the printed URL, then run for real) to push workflow clarity toward a full feedback loop.
Consider collapsing near-duplicate 'safe preview' mentions into a single callout in the Write section.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean with no concept over-explanation, but the `--auth-token <TOKEN>` literal is repeated verbatim across seven update commands and could be factored into a note, fitting anchor 4 (minor trimmable padding). | 4 / 5 |
Actionability | Fully executable, copy-paste-ready commands throughout — e.g. `things add "Buy milk" --notes "..."`, `things update --id <UUID> --auth-token <TOKEN> --completed`, and a heredoc STDIN example — covering the common cases per anchor 5. | 5 / 5 |
Workflow Clarity | Read/write/modify sections are clearly organized and write ops include a `--dry-run` validation checkpoint ('prints the URL and does not open Things'), with the modify section sequencing ID retrieval, auth, then the update; only a minor validate-fix-retry loop is missing, fitting anchor 4. | 4 / 5 |
Progressive Disclosure | No bundle files exist and none are needed for this single-CLI skill; the body is a well-organized self-contained reference with clear sections (Setup, Read-only, Write, Examples, Delete, Notes), satisfying the simple-skill exception for anchor 5. | 5 / 5 |
Total | 18 / 20 Passed |