بنقرة واحدة
delete-task
Delete a Todoist task. Confirms before deleting; offers complete-instead for tasks that look done.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Delete a Todoist task. Confirms before deleting; offers complete-instead for tasks that look done.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage meeting agendas as Google Docs — create, link to a calendar event description, share with attendees, or email. One skill, four sub-actions.
Assign due dates to Todoist tasks in batch. Walks the user through each undated task and applies their choice.
Assign priorities to Todoist tasks in batch. Walks the user through each unprioritised task and applies their choice.
Create multiple Google Calendar events from a structured list. Resolves attendees once across the batch, confirms the table, then writes.
Create multiple Todoist tasks from a structured list. Confirms the table, then writes serially.
Create a single Google Calendar event. Resolves attendees via the contacts MCP. Optionally links a Drive doc (agenda) into the description.
| name | delete-task |
| description | Delete a Todoist task. Confirms before deleting; offers complete-instead for tasks that look done. |
Read config. Todoist MCP alias.
Identify the task (ID, URL, or fuzzy reference — see edit-task).
Show task details.
Sanity check. If the task content suggests it's actually done ("Wrote the report", "Sent email to X"), offer to mark it complete instead of deleting. Completion preserves history; deletion does not.
Confirm. Require explicit "yes, delete" before proceeding.
Delete via Todoist MCP. Report result.
task-to-event if the user actually wants to migrate the task to a calendar event rather than just delete it.