todoist-weekly-review

todoist-weekly-review is a command for Claude Code from yugmarwaha/todoist-weekly-review-mcp. It costs 15 tokens per session (644 once invoked), scanned A, original, MIT.

A command that guides a human-approved weekly review of overdue and stale Todoist tasks. Todoist is a task-management service.

In plain words
What is it for?
It is for listing neglected tasks, proposing dates or priorities, retiring tasks, and breaking multi-step projects into concrete subtasks.
Why use it?
It separates reviewing proposed changes from applying them, so tasks are not changed before you approve each decision.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the todoist-weekly-review plugin — 1 command shipped together

Good fit It is for listing neglected tasks, proposing dates or priorities, retiring tasks, and breaking multi-step projects into concrete subtasks.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/yugmarwaha/todoist-weekly-review-mcp/todoist-weekly-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/yugmarwaha/todoist-weekly-review-mcp

Made for: Claude Code.

Or install todoist-weekly-review, the plugin that ships this one along with the rest of its 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for todoist-weekly-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/yugmarwaha/todoist-weekly-review-mcp/todoist-weekly-review/github.svg)](https://agentmods.dev/commands/yugmarwaha/todoist-weekly-review-mcp/todoist-weekly-review)
Your own site
<a href="https://agentmods.dev/commands/yugmarwaha/todoist-weekly-review-mcp/todoist-weekly-review"><img src="https://agentmods.dev/badge/commands/yugmarwaha/todoist-weekly-review-mcp/todoist-weekly-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for todoist-weekly-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/yugmarwaha/todoist-weekly-review-mcp/todoist-weekly-review"><img src="https://agentmods.dev/badge/commands/yugmarwaha/todoist-weekly-review-mcp/todoist-weekly-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 644 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00644
Opus 5 $0.00008 $0.00322
Sonnet 5 $0.00003 $0.00129
Haiku 4.5 $0.00002 $0.00064

Measured 11d ago against content hash f00575217611, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

todoist-weekly-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/commands/todoist-weekly-review.md · 47 lines

How it starts

The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Run my Todoist weekly review. Follow this exact process:

Overdue pass

  1. Call the get_overdue_tasks tool. If it errors about a missing token, show the user the error's setup instructions and stop.
  2. If there are no overdue tasks, say so and move on to the stale pass below.
  3. Present the tasks as a numbered table: content, project, days overdue, times rescheduled, priority (translate the API value for display: API 4 = P1/highest, API 1 = P4/normal).
  4. For EACH task, propose exactly one fix with a one-line reason: reschedule to a concrete date, change priority, retire it (complete, or move to "Someday/Maybe" and clear its date), or — if the task's text is really a whole multi-step project (a Hidden Project, e.g. "plan trip") — split it into 2-20 concrete sub-tasks and show the exact list. Chronic offenders (high daysOverdue + high timesRescheduled) should usually be retired, not rescheduled again. For recurring tasks (isRecurring: true), remember that completing advances the recurrence instead of retiring — say so when relevant.
  5. Ask the user to approve or veto each item by number, in plain language. WAIT for their reply. Do not call any write tool yet.

Stale pass

  1. Call the get_stale_tasks tool (default threshold — omit minDaysSinceUpdate unless the user asked for a different window). If there are no stale tasks, say so and move on.
  2. Present the tasks as a second numbered table: content, project, days since activity, age.
  3. For EACH task, propose exactly one fix with a one-line reason: retire it (complete, or move to "Someday/Maybe"), reword it into a concrete next action, reschedule it to give it a real date, or — same Hidden Project judgment as above — split it into 2-20 concrete sub-tasks and show the exact list.
  4. Ask the user to approve or veto each item by number, in plain language. WAIT for their reply. Do not call any write tool yet.

Apply and confirm

  1. Once the user has responded to both passes, call apply_changes with ONLY the approved items from both passes — never include anything the user vetoed or didn't explicitly confirm. You may send all survivors in one apply_changes call or split overdue and stale survivors into two calls; either way, never call it before the user has explicitly approved every item you include.
  2. Report the per-item results, then call get_overdue_tasks and get_stale_tasks again and summarize what changed and what remains.

Read the full file on GitHub · 47 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 47 lines · 15 tokens per session scan A f00575217611

Subscribe to this mod's changes

todoist-weekly-review is a command published in the GitHub repository yugmarwaha/todoist-weekly-review-mcp (0 stars, last pushed 23d ago), licensed MIT. It adds 15 tokens to every session and 644 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.