

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
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
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?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| tirth8205/code-review-graph.github/copilot-instructions.md · 30k | Copilot instructions | testing-strategygitagent-behaviour | 39/100 | 13 days ago | |
| tirth8205/code-review-graphAGENTS.md · 30k | AGENTS.md | styletesting-strategygitdo-not+1 | 80/100 | 13 days ago | |
| tirth8205/code-review-graphCLAUDE.md · 30k | CLAUDE.md | buildtestlint-formatstyle+7 | 96/100 | 13 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| google-gemini/gemini-cliGEMINI.md · 107k | GEMINI.md | setupbuildtestlint-format+6 | 91/100 | 14 days ago | |
| enuno/unifi-mcp-serverGEMINI.md · 226 | GEMINI.md | setuptestlint-formatstyle+8 | 89/100 | today | |
| compozy/gographGEMINI.md · 9 | GEMINI.md | setuptestlint-formatarch+4 | 86/100 | 14 days ago | |
| nordeim/misc1/GEMINI.md · 0 | GEMINI.md | setupbuildtestlint-format+3 | 81/100 | 14 days ago | |
| doubts-suplab/eeik-bootstrapGEMINI.md · 1 | GEMINI.md | teststylearchgit+2 | 80/100 | today | |
| iloveitaly/llm-ide-rulesGEMINI.md · 13 | GEMINI.md | setupteststyletypes+7 | 77/100 | 14 days ago | |
| nodejs/nodedeps/v8/GEMINI.md · 119k | GEMINI.md | buildteststylearch+4 | 77/100 | 14 days ago | |
| abpframework/abpnpm/ng-packs/packages/schematics/src/commands/ai-config/files/gemini/.gemini/GEMINI.md · 14k | GEMINI.md | testlint-formatstylearch+8 | 76/100 | 13 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/tirth8205-code-review-graph-gemini)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.