Content
68%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 highly actionable with executable commands throughout and good progressive disclosure to real reference files. It loses points for an inline config block that duplicates a reference file and for missing validation checkpoints around destructive email operations.
Suggestions
Remove the inline TOML configuration block from SKILL.md and point readers to references/configuration.md, keeping only the wizard command inline.
Add a brief validation/verification step before destructive or batch operations (e.g., confirm the message ID by reading first, or list the target folder before moving) to lift workflow clarity above 3.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most of the body is lean command listings, but a full inline TOML configuration block duplicates content already in references/configuration.md, an unnecessary repetition that prevents a higher score. | 3 / 5 |
Actionability | Nearly every section provides copy-paste ready, executable commands (e.g., `himalaya envelope list`, `himalaya message read 42`, `himalaya message move 42 "Archive"`) covering the common cases fully. | 5 / 5 |
Workflow Clarity | Operations are listed as a catalog without sequenced workflows or validation checkpoints, and the destructive operations (delete, move, flag remove) lack verification steps, so the rubric cap of 3 applies. | 3 / 5 |
Progressive Disclosure | A clear References section signals two real one-level-deep files (configuration.md, message-composition.md) and the command overview is appropriately inline, though the duplicated inline config block is a minor organization gap. | 4 / 5 |
Total | 15 / 20 Passed |