name: git-ai-code-search description: | Code Context Engine skill for local code retrieval and task-oriented context building. Use when searching for code, preparing implementation work, reviewing diffs, finding tests, or analyzing impact in a local repository.
Code Context Engine Skill
Recommended Workflow
check_index({ path })repo_map({ path })when you need a repo overviewlexical_search({ path, query, ... })for initial precise recall- Use the task tools as the main working surface:
implementation_contextfind_testsfind_impactfind_extension_pointsreview_context_for_diff
read_file({ path, file })before making or suggesting edits
Retrieval Order
- lexical / symbol first
- graph expand second
- semantic rerank last
Thin MCP Surface
check_indexrebuild_indexread_filerepo_maplexical_searchimplementation_contextfind_testsfind_impactfind_extension_pointsreview_context_for_diff