ワンクリックで
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 職業分類に基づく
| 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:
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