← Back to list

repo-grounding
by janjaszczak
Cursor configuration and MCP setup
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: repo-grounding description: Ground answers in the repository by reading relevant files, configs, and code paths. Use when the user asks to modify/debug code, configuration, CI/CD, or wants repo-specific reasoning. compatibility: Requires repo access in Cursor workspace and file search/read tools. allowed-tools: Read FileSearch(*) metadata: intent: Avoid repo scanning overhead for generic Q&A.
repo-grounding
Activation gate (anti-noise)
Run only if the user asks for:
- Code change, refactor, fix, debug, performance work in THIS repo.
- Analysis of existing config/scripts.
- “Where is X implemented?” in this repo.
Skip if:
- Pure conceptual question (no repo action).
- The user wants a generic best-practice answer.
Procedure
- Identify likely files (paths mentioned, conventional locations).
- Read the minimum subset (start with entrypoints/config).
- Quote exact fragments when asserting repo facts.
- If a change is requested: propose plan with file list and exact edits.
Output
- Evidence-based: cite file paths + key excerpts + recommended edit plan.
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