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.md
source 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

  1. List task lists:
    gws tasks tasklists list --format table
  2. List tasks with status:
    gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table
  3. Review due dates and prioritize overdue items