一键导入
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 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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"