list-tasks

star 0

Shows the user's tasks, with optional status filter

abdulahadnauman20 By abdulahadnauman20 schedule Updated 2/8/2026

name: list_tasks description: Shows the user's tasks, with optional status filter triggers: show, list, view, my tasks, what do I have, todo list, pending tasks, completed tasks, what's on my list

Tool for displaying user's tasks.

Parameters expected:

  • status (string, optional): "all" (default), "pending", "completed"

Rules & behavior:

  • If status="pending" → only show incomplete tasks
  • If status="completed" → only show finished tasks
  • Format output nicely: numbered list with title + status emoji (✓ or ☐)
  • If no tasks: "Your list is empty right now. Want to add something?"
  • Example reply: "Here are your pending tasks:\n1. Buy groceries ☐\n2. Call mom ☐"
  • Always filter by current user's ID only
Install via CLI
npx skills add https://github.com/abdulahadnauman20/Hackathon-2-Phase-3 --skill list-tasks
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
abdulahadnauman20
abdulahadnauman20 Explore all skills →