Content
72%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a concise, well-structured skill that provides concrete CLI commands but falls short on the critical final step of actually identifying and filtering overdue tasks. The workflow would benefit from explicit guidance on date comparison logic and handling multiple task lists.
Suggestions
Make step 3 actionable: specify how to compare due dates against the current date to filter overdue tasks (e.g., a concrete filtering command or date comparison logic).
Add guidance on iterating over all task lists from step 1 when executing step 2, rather than leaving TASKLIST_ID as a placeholder without explanation of the loop.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Very lean and efficient. No unnecessary explanations. Every line serves a purpose and assumes Claude knows what overdue tasks are and how to interpret results. | 3 / 3 |
Actionability | Provides concrete CLI commands for listing task lists and tasks, but step 3 ('Review due dates and prioritize overdue items') is vague — it doesn't specify how to filter for overdue tasks (e.g., comparing due dates to current date) or what output to produce. | 2 / 3 |
Workflow Clarity | Steps are sequenced but the final step lacks specificity on how to identify overdue items. There's no validation or feedback loop — e.g., what if no overdue tasks are found, or what if TASKLIST_ID needs to be iterated over multiple lists. | 2 / 3 |
Progressive Disclosure | For this simple skill under 50 lines, the structure is appropriate. The prerequisite skill reference is clearly signaled, and the content is well-organized with no need for external files. | 3 / 3 |
Total | 10 / 12 Passed |