Copilot instructions
.github/copilot-instructions.mdCopilot instructions
Quality
39/100
Scores the file, not the repository.Length
233 words
4 headings · 0 code blocksRepository
28k
— · pushed 1 days agoLast changed
2 days ago
First indexed 2 days ago.1<!-- code-review-graph MCP tools -->2## MCP Tools: code-review-graph34**IMPORTANT: This project has a knowledge graph. ALWAYS use the5code-review-graph MCP tools BEFORE using Grep/Glob/Read to explore6the codebase.** The graph is faster, cheaper (fewer tokens), and gives7you structural context (callers, dependents, test coverage) that file8scanning cannot.910### When to use graph tools FIRST1112- **Exploring code**: `semantic_search_nodes_tool` or `query_graph_tool` instead of Grep13- **Understanding impact**: `get_impact_radius_tool` instead of manually tracing imports14- **Code review**: `detect_changes_tool` + `get_review_context_tool` instead of reading entire files15- **Finding relationships**: `query_graph_tool` with callers_of/callees_of/imports_of/tests_for16- **Architecture questions**: `get_architecture_overview_tool` + `list_communities_tool`1718Fall back to Grep/Glob/Read **only** when the graph doesn't cover what you need.1920### Key Tools2122| Tool | Use when |23| ------ | ---------- |24| `detect_changes_tool` | Reviewing code changes — gives risk-scored analysis |25| `get_review_context_tool` | Need source snippets for review — token-efficient |26| `get_impact_radius_tool` | Understanding blast radius of a change |27| `get_affected_flows_tool` | Finding which execution paths are impacted |28| `query_graph_tool` | Tracing callers, callees, imports, tests, dependencies |29| `semantic_search_nodes_tool` | Finding functions/classes by name or keyword |30| `get_architecture_overview_tool` | Understanding high-level codebase structure |31| `refactor_tool` | Planning renames, finding dead code |3233### Workflow34351. The graph auto-updates on file changes (via hooks).362. Use `detect_changes_tool` for code review.373. Use `get_affected_flows_tool` to understand impact.384. Use `query_graph_tool` pattern="tests_for" to check coverage.39
Also in tirth8205/code-review-graph
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| tirth8205/code-review-graphAGENTS.md · 28k | AGENTS.md | styletesting-strategygitdo-not+1 | 80/100 | 2 days ago | |
| tirth8205/code-review-graphCLAUDE.md · 28k | CLAUDE.md | buildtestlint-formatstyle+7 | 96/100 | 2 days ago | |
| tirth8205/code-review-graphGEMINI.md · 28k | GEMINI.md | testing-strategygitagent-behaviour | 39/100 | 2 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| chihebnabil/lovable-boilerplate.github/instructions/global.instructions.md · 63 | Copilot instructions | buildlint-formatstylearch+4 | 100/100 | 3 days ago | |
| HerringtonDarkholme/megarepo.github/copilot-instructions.md · 17 | Copilot instructions | setupbuildtestlint-format+7 | 100/100 | 3 days ago | |
| louislam/uptime-kuma.github/copilot-instructions.md · 90k | Copilot instructions | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| pytorch/pytorch.github/copilot-instructions.md · 102k | Copilot instructions | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| JCodesMore/ai-website-cloner-template.github/copilot-instructions.md · 31k | Copilot instructions | buildlint-formatstylearch+3 | 97/100 | 2 days ago | |
| hiyouga/LlamaFactory.github/copilot-instructions.md · 74k | Copilot instructions | setupbuildtestlint-format+5 | 97/100 | 2 days ago | |
| bagisto/bagisto.github/copilot-instructions.md · 28k | Copilot instructions | setupbuildteststyle+5 | 97/100 | 3 days ago | |
| darkmatter/nixmac.github/copilot-instructions.md · 24 | Copilot instructions | setupbuildtestlint-format+8 | 96/100 | 3 days ago |
