RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Copilot instructions/tirth8205/code-review-graph

Copilot instructions

.github/copilot-instructions.md
Copilot instructions

Quality

39/100

Scores the file, not the repository.

Length

233 words

4 headings · 0 code blocks

Repository

28k

— · pushed 1 days ago

Last changed

2 days ago

First indexed 2 days ago.
tirth8205/code-review-graph/.github/copilot-instructions.mdRawGitHub
1<!-- code-review-graph MCP tools -->
2## MCP Tools: code-review-graph
3 
4**IMPORTANT: This project has a knowledge graph. ALWAYS use the
5code-review-graph MCP tools BEFORE using Grep/Glob/Read to explore
6the codebase.** The graph is faster, cheaper (fewer tokens), and gives
7you structural context (callers, dependents, test coverage) that file
8scanning cannot.
9 
10### When to use graph tools FIRST
11 
12- **Exploring code**: `semantic_search_nodes_tool` or `query_graph_tool` instead of Grep
13- **Understanding impact**: `get_impact_radius_tool` instead of manually tracing imports
14- **Code review**: `detect_changes_tool` + `get_review_context_tool` instead of reading entire files
15- **Finding relationships**: `query_graph_tool` with callers_of/callees_of/imports_of/tests_for
16- **Architecture questions**: `get_architecture_overview_tool` + `list_communities_tool`
17 
18Fall back to Grep/Glob/Read **only** when the graph doesn't cover what you need.
19 
20### Key Tools
21 
22| 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 |
32 
33### Workflow
34 
351. 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 

Sections

  • MCP Tools: code-review-graph
  • When to use graph tools FIRST
  • Key Tools
  • Workflow

What it covers

testing-strategygit-pragent-behaviour

Stack — with the evidence

python

(1.00)

node

(0.70)

pytest

(0.70)

ruff

(0.70)

typescript

(0.60)

terraform

(0.60)

github-actions

(0.60)

javascript

(0.50)

Format

Copilot instructions

Two layers: one always-on repo file, plus optional glob-scoped instruction files. Lives under .github/ rather than the repo root, which is the tell that it is aimed at the GitHub platform surface as much as the editor.

What the corpus says about it

Repository

Owner
tirth8205
Language
—
License
—
Archived
no

All configs in this repo

Also in tirth8205/code-review-graph

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
tirth8205/code-review-graphAGENTS.md · 28kAGENTS.mdpythonnode+6styletesting-strategygitdo-not+180/1002 days ago
tirth8205/code-review-graphCLAUDE.md · 28kCLAUDE.mdpythonnode+6buildtestlint-formatstyle+796/1002 days ago
tirth8205/code-review-graphGEMINI.md · 28kGEMINI.mdpythonnode+6testing-strategygitagent-behaviour39/1002 days ago
Diff against AGENTS.md Diff against CLAUDE.md Diff against GEMINI.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
chihebnabil/lovable-boilerplate.github/instructions/global.instructions.md · 63Copilot instructionstypescriptreact+7buildlint-formatstylearch+4100/1003 days ago
HerringtonDarkholme/megarepo.github/copilot-instructions.md · 17Copilot instructionsnodejavascriptsetupbuildtestlint-format+7100/1003 days ago
louislam/uptime-kuma.github/copilot-instructions.md · 90kCopilot instructionstypescriptjavascript+10setupbuildtestlint-format+9100/1003 days ago
pytorch/pytorch.github/copilot-instructions.md · 102kCopilot instructionspythonpytorch+4setupbuildteststyle+5100/1003 days ago
JCodesMore/ai-website-cloner-template.github/copilot-instructions.md · 31kCopilot instructionstypescriptnode+7buildlint-formatstylearch+397/1002 days ago
hiyouga/LlamaFactory.github/copilot-instructions.md · 74kCopilot instructionspythontransformers+4setupbuildtestlint-format+597/1002 days ago
bagisto/bagisto.github/copilot-instructions.md · 28kCopilot instructionsphplaravel+8setupbuildteststyle+597/1003 days ago
darkmatter/nixmac.github/copilot-instructions.md · 24Copilot instructionstypescriptrust+14setupbuildtestlint-format+896/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack