Recipe review overdue tasks
Skill S3YED/appie-kit/skills/integrations/gws-recipes/recipe-review-overdue-tasks
Find Google Tasks that are past due and need attention.From its SKILL.md
npx -y skills add S3YED/appie-kit --skill recipe-review-overdue-tasksAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 105 tokens by cl100k_base, as published. Nobody here has run it
Review Overdue Tasks
PREREQUISITE: Load the following skills to execute this recipe:
gws-tasks
Find Google Tasks that are past due and need attention.
Steps
- List task lists:
gws tasks tasklists list --format table - List tasks with status:
gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table - Review due dates and prioritize overdue items
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.