← スキル一覧に戻る

semantic-searchsearch
by adam-hanna
Give claude code RAG on your codebase
⭐ 0🍴 0📅 2025年12月30日
SKILL.md
name: semantic-search:search description: Use when searching the codebase with natural language queries like "authentication logic" or "database connection"
Semantic Search
Search the codebase using natural language.
Action
- Take the user's query (everything after
/semantic-search:search) - Call
mcp__semantic-search__search_codewith:query: the user's search termsmax_results: 10 (default, adjust if user specifies)
- Present results clearly showing:
- File path and line numbers
- Code snippet
- Relevance score
Examples
User: /semantic-search:search authentication middleware
→ Search for "authentication middleware"
User: /semantic-search:search database connection pooling
→ Search for "database connection pooling"
Optional Filters
If user specifies filters, pass them:
language: "python", "typescript", etc.file_pattern: glob pattern like "**/*_test.py"chunk_type: "function", "class", "method"
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です