← Back to list

code-search
by felipepimentel
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: code-search description: How to effectively search and navigate codebases using KOR's code graph tags: [code, search, navigation, symbols]
Code Search Skill
Use this skill when you need to search for code symbols, navigate a codebase, or understand code structure.
Available Tools
search-symbols: Search for functions, classes, and variables by nameread-file: Read file contents
Best Practices
-
Start with symbol search: Before reading entire files, search for specific symbols to find exactly what you need.
-
Use partial matches: The search supports partial name matching, so search for
userto findUserService,get_user, etc. -
Filter by type: When available, filter by symbol type (function, class, variable).
-
Navigate from symbols: Once you find a symbol, use its file path to read the surrounding context.
Example Workflow
- User asks: "Find the login function"
- Use
search-symbolswith query "login" - Review results:
login_userinauth/service.py:42 - Use
read-fileto readauth/service.pyaround line 42
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon