원클릭으로
kb-context
Load and validate project context, bootstrapping if needed
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Load and validate project context, bootstrapping if needed
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-context |
| description | Load and validate project context, bootstrapping if needed |
Load project context following the AGENTS.md PATH A/B/C flow.
git-kb list --path context/ --json
If no context documents exist (PATH A — First-Time Setup):
The KB is fresh. Help the user establish context:
context/immutable/project-brief (type: brief)context/immutable/patterns (type: patterns)context/immutable/architecture (type: architecture)context/extensible/product (type: context)context/extensible/tech (type: context)context/overridable/active (type: context)context/overridable/progress (type: context)"Initial context setup"If context documents exist (PATH B — Load and Validate):
kb_context to load the full context bundlecontext/immutable/project-briefcontext/immutable/patternscontext/immutable/architecturecontext/extensible/productcontext/extensible/techcontext/overridable/activecontext/overridable/progresscontext/overridable/active references tasks that are now completedcontext/overridable/progress shows phases as "in progress" when all their tasks are done/kb-handoff to update it."If context was already loaded this session (PATH C — Quick Resume):
kb_status for pending changescontext/overridable/activeIf a specific task is in focus and it references code, use kb_smart_context to get task-relevant code context:
kb_smart_context with task: "<task-slug>"
This assembles code symbols, callers, and callees relevant to the task within a token budget (default 8000). Each result includes a relevance score and provenance (why it was included).
For lighter-weight code enrichment without call graph traversal, pass include_code_refs: true to kb_context:
kb_context with task: "<task-slug>", include_code_refs: true
After loading, present a concise summary: