Cli recipe-review-overdue-tasks
Find Google Tasks that are past due and need attention.
install
source · Clone the upstream repo
git clone https://github.com/googleworkspace/cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/googleworkspace/cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/recipe-review-overdue-tasks" ~/.claude/skills/googleworkspace-cli-recipe-review-overdue-tasks && rm -rf "$T"
manifest:
skills/recipe-review-overdue-tasks/SKILL.mdsource content
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