원클릭으로
semantic-searchreindex
Use when you want to rebuild or refresh the semantic search index for the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you want to rebuild or refresh the semantic search index for the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when you want to stop a running indexing job
Use when you want to wipe all indexed data and start fresh
Use when you want to pause the semantic search file watcher to stop automatic reindexing
Use when you want to resume the semantic search file watcher after pausing it
Use when searching the codebase with natural language queries like "authentication logic" or "database connection"
Use when you want to check semantic search server status, indexing progress, or watcher state
| name | semantic-search:reindex |
| description | Use when you want to rebuild or refresh the semantic search index for the codebase |
Trigger a full reindex of the codebase for semantic search.
mcp__semantic-search__reindex tool with force: truemcp__semantic-search__get_status to show initial progress/semantic-search:statusIf the user says "clean" or "fresh", use clear_first: true to wipe the index before rebuilding.