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.