원클릭으로
kb-tasks
List tasks with filtering, relationships, and status details
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List tasks with filtering, relationships, and status details
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.