원클릭으로
kb-board
Show GitKB kanban board with task status columns
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show GitKB kanban board with task status columns
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.
Complete a task with verification — check acceptance criteria, require evidence, update status
Commit workspace changes to the knowledge base with validation
Load and validate project context, bootstrapping if needed
| name | kb-board |
| description | Show GitKB kanban board with task status columns |
Display the kanban board and provide actionable context about the current workstream.
Input: $ARGUMENTS
Optional arguments: --group-by <field>, --columns <list>, --sort-by <field>, --sort-direction <asc|desc>, --all
If no arguments provided, show the default status board:
git-kb board --all
If --group-by was specified, pass it through:
git-kb board --group-by priority --all
git-kb board --group-by tags --all
git-kb board --group-by priority --columns critical,high,medium,low --all
git-kb board --group-by status --sort-by priority --sort-direction asc --all
Available flags:
--group-by <field> — Group by any frontmatter property instead of status (e.g. priority, tags, assignee, component, or custom fields)--columns <list> — Explicit column order (comma-separated, requires --group-by). Unlisted values appear as extra columns at the end.--sort-by <field> — Sort items within columns by a frontmatter property (requires --group-by)--sort-direction <asc|desc> — Sort direction (default: asc, requires --group-by)--json — Machine-readable JSON output--all — Show all items and document types (don't truncate)Notes:
tags) place documents in multiple columns(unset) columnIf any tasks are in the BLOCKED column (or have blockedBy relationships):
kb_show to load each blocked taskLook at ACTIVE and DRAFT tasks. Suggest what to work on next based on:
If any task has been ACTIVE with no progress log entries in the last 7 days, flag it:
Show the board output, then add: