tasks
Create, load, or summarize tasks via Graphiti MCP; triggers on 'tasks', 'list tasks', 'add task', usable by any model (Claude, Gemini).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create, load, or summarize tasks via Graphiti MCP; triggers on 'tasks', 'list tasks', 'add task', usable by any model (Claude, Gemini).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
GitHub and Git workflow helpers, Issues and Projects v2 management via gh CLI; triggers on 'github', 'create issue', 'list issues', 'github project', 'project board', 'sync tasks', 'create pr', 'pr checks', 'retrigger tests', 'bump version', 'push'.
PR workflow operations: create PRs, check status, link PRs to issues, poll for comments, address feedback, watch PRs, save notes to memory. Triggers on 'pr create', 'pr checks', 'pr link', 'pr poll', 'pr address', 'pr comments', 'pr remember', 'watch pr', 'watching'.
Create, list, view, and manage Jira issues via REST API; triggers on 'jira', 'create ticket', 'list issues', 'change type'.
Lisa - intelligent assistant for memory and tasks. Triggers on 'lisa', 'hey lisa', or addressing lisa directly.
Permanent memory using Lisa.
Capture each prompt into Graphiti memory (episodes) for this repo/user.
| name | tasks |
| description | Create, load, or summarize tasks via Graphiti MCP; triggers on 'tasks', 'list tasks', 'add task', usable by any model (Claude, Gemini). |
Model-neutral helper to add/list tasks in Graphiti MCP so any agent can keep a shared task board.
Use when the user says: "add a task", "list tasks", "load tasks", "task status".
lisa tasks list --cache [--group <id>] [--limit 20] [--all|--since today]lisa tasks add "<task text>" [--status todo|doing|done] [--tag foo] [--group <id>] --cache.lisa/.env (written by init); group ID is automatically derived from the project folder path. List defaults to --since today unless --all or --since is provided.cache/tasks.log when --cache is passed, returning last cached result on MCP failure.{ status: "ok", action: "list", tasks: [...] }{ status: "ok", action: "add", task: { text, status, group } }{ status: "fallback", error, fallback: <cached object> }lisa CLI binary — no scripts to run directly.add_task/list_tasks.