← スキル一覧に戻る

local-codebase-research
by riemac
储存项目技能的仓库
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: local-codebase-research description: Fact-driven retrieval for local codebases. Use codebase-wide search first, English long-form queries, then read complete files (optionally in parallel) and use CLI grep/ripgrep for keyword pinpointing when helpful.
Local Codebase Research
Core Principles
- Fact-driven: If evidence is missing, retrieve more. Quote file paths + snippets.
- Codebase-first: Start with
mcp_augmentcode_codebase-retrieval, then narrow to files. - Parallel reads: Read multiple candidates in parallel when comparing implementations.
Tools
- Primary:
mcp_augmentcode_codebase-retrieval - File reading:
read_file(default: startline=1, endline=1000) - Optional: CLI tools (
rg/grep) for exact symbol/key pinpointing
Retrieval Strategy
-
Ask with English long-form queries
- ✅ "Where is reward computation implemented for RL tasks and how are rewards aggregated?"
- ❌ "reward manager"
-
Codebase-wide retrieval first
- Iterate multiple times (broaden if nothing found, narrow once you see candidates)
-
Read complete files when needed
- Parallel reads for multiple candidates
- Default 1000 lines; continue from where you left off if longer
- Skip if retrieval provides enough evidence
-
CLI pinpoint (optional)
- Use
rg/grepfor exact symbols, config keys, or registry patterns - Confirm behavior by reading authoritative file(s)
- Use
Output Requirements
- Provide file paths + symbol names as evidence
- Quote only what is supported by retrieved text
- State what is missing and what to retrieve next if uncertain
Anti-Patterns
❌ Jumping to read_file without retrieval
❌ Short keyword queries (except CLI pinpoint)
❌ Reading tiny chunks
❌ Assuming behavior without confirming in code
スコア
総合スコア
35/100
リポジトリの品質指標に基づく評価
✓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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です