con un clic
kb-tasks
List tasks with filtering, relationships, and status details
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
List tasks with filtering, relationships, and status details
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use GitKB code intelligence tools instead of grep for finding callers, definitions, usages, and dead code. Trigger when exploring code relationships or searching for symbol usage.
Explore codebase with code intelligence and search across code and documents. Use when searching by concept, finding where functionality lives, or investigating unfamiliar code.
Manage GitKB knowledge base for project documentation, tasks, and context. Use when working with KB documents, viewing tasks, updating progress, or managing project knowledge.
Show GitKB kanban board with task status columns
Complete a task with verification — check acceptance criteria, require evidence, update status
Commit workspace changes to the knowledge base with validation
| name | kb-tasks |
| description | List tasks with filtering, relationships, and status details |
List tasks from the knowledge base with rich detail.
Input: $ARGUMENTS
Optional filter: active, draft, completed, blocked, all, or a search term.
| Argument | Action |
|---|---|
| (empty) | Show all tasks grouped by status |
active | kb_list with type: "task", status: "active" |
draft | kb_list with type: "task", status: "draft" |
completed | kb_list with type: "task", status: "completed" |
blocked | kb_list with type: "task", status: "blocked" |
all | kb_list with type: "task" (all statuses) |
| other text | Search tasks: kb_list with type: "task", then filter by matching title/tags |
For each task returned, show:
blocked_by relationships)If there are fewer than 10 tasks in the result, use kb_show to load them and display richer detail. For larger lists, show the summary table.
Format as a table:
| Slug | Title | Status | Priority | Tags |
|------|-------|--------|----------|------|
If any tasks are blocked, add a "Blocked Tasks" section explaining what's blocking each one.