Content
79%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong, actionable CLI reference skill with excellent concrete examples and efficient token usage. Its main weakness is the lack of explicit workflow sequencing—particularly around sync requirements after mutations—which could lead to stale cache issues. The filter syntax section, while useful, adds length that could be offloaded to a reference file.
Suggestions
Add a sync validation checkpoint to the modify/complete/delete sections (e.g., 'Always run `todoist sync` after mutations to push changes')
Consider extracting the filter syntax table into a separate FILTERS.md reference file to keep the main skill leaner
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is lean and efficient. Every section provides concrete commands without explaining what Todoist is or how CLI tools work. The filter syntax table is a useful reference that earns its place. No unnecessary padding or explanations of concepts Claude already knows. | 3 / 3 |
Actionability | Every section contains fully executable, copy-paste ready commands with clear inline comments explaining what each does. The setup section provides a complete step-by-step with actual commands. Examples cover the full range of operations with realistic arguments. | 3 / 3 |
Workflow Clarity | The skill is organized by operation type which is clear, but there's no explicit workflow for common multi-step scenarios (e.g., sync → list → modify → sync). The note about running 'todoist sync' after changes is buried at the bottom rather than integrated as a validation checkpoint in the modify/complete/delete workflows. | 2 / 3 |
Progressive Disclosure | The content is well-structured with clear section headers, but the filter syntax table and reference section make the file somewhat long. The filter syntax could be split into a separate reference file. However, for a standalone skill with no bundle, the organization is reasonable with clear sections acting as progressive layers. | 2 / 3 |
Total | 10 / 12 Passed |