원클릭으로
kb-search
Search the knowledge base and present results with suggested actions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search the knowledge base and present results with suggested actions
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-search |
| description | Search the knowledge base and present results with suggested actions |
Search across all documents and present results with context and next steps.
Input: $ARGUMENTS
The full input is the search query.
Examples:
/kb-search sqlite migration/kb-search sync protocol/kb-search frontmatterUse kb_search with the query from $ARGUMENTS.
If no results, try:
For each result, show:
Format as a numbered list for easy reference:
1. [tasks/my-project-3] "SQLite Index" (task, completed)
...modular SQLite store implementation with FTS5...
2. [specs/data-model] "Data Model" (spec, draft)
...SQLite schema for documents, relationships...
After presenting results, suggest relevant next steps:
kb_show to read the full document, or /kb-review <slug> to check it against its acceptance criteria"kb_graph to see how a document connects to others"/kb-start <slug> to begin working on it"