better-code-review-graph CLAUDE.md

better-code-review-graph CLAUDE.md is an instructions file for Claude Code from n24q02m/better-code-review-graph. It costs 3,050 tokens per session, scanned A, original, Apache-2.0.

Project instructions for better-code-review-graph, a code-analysis service that maps relationships between functions and files. It documents the project's structure, configuration, local processing, and available tools.

In plain words
What is it for?
Use it when maintaining or configuring the project, querying code relationships, reviewing changes, searching code, or working with its local or cloud-based code representations.
Why use it?
It gives an agent the rules and technical context needed to work with this specific code-review system correctly.

Instructions file for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: reads .claude/ paths; mentions Claude Code; mentions AGENTS.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/n24q02m/better-code-review-graph/claude-md
Clone the repo
git clone --depth 1 https://github.com/n24q02m/better-code-review-graph

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for better-code-review-graph CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/n24q02m/better-code-review-graph/claude-md.svg)](https://agentmods.dev/instructions/n24q02m/better-code-review-graph/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/n24q02m/better-code-review-graph/claude-md"><img src="https://agentmods.dev/badge/instructions/n24q02m/better-code-review-graph/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,050 This file is loaded in full into every session.
When invoked 3,050 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.03050 $0.03050
Opus 5 $0.01525 $0.01525
Sonnet 5 $0.00610 $0.00610
Haiku 4.5 $0.00305 $0.00305

Measured 2d ago against content hash 500ed4861610, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

better-code-review-graph CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

better-code-review-graph

Fork of code-review-graph with fixed multi-word search, qualified call resolution, dual-mode embedding (ONNX local + cloud chain via EMBEDDING_MODELS), and output pagination. See AGENTS.md va README.md de hieu architecture va configuration.

Cau truc

  • src/better_code_review_graph/ -- Package chinh (src layout)
    • server.py -- FastMCP server, 7 tools: graph + query + review (3 main) + config (incl. setup_*) + security + help + config__open_relay (mcp-core relay helper)
    • tools.py -- MCP tool implementations (build, query, impact, review, search, embed, stats, docs, large functions)
    • parser.py -- Tree-sitter parsing (14 langs) + call target resolution
    • graph.py -- SQLite GraphStore, search, impact radius, NetworkX cache
    • incremental.py -- Git integration, file watching, incremental updates
    • embeddings.py -- Dual-mode embedding: local ONNX through the fastretrieval registry + cloud chain (EMBEDDING_MODELS) via litellm passthrough (mcp_core.llm)
    • relay_setup.py -- apply_config env-applier used by the OAuth setup form (live setup UX = OAuth-AS browser form at <PUBLIC_URL>/authorize; the ensure_config create-session/poll path is legacy/unused)
    • relay_schema.py -- Relay form schema (embedding provider fields)
    • docs/ -- Help tool documentation (graph.md, query.md, review.md, config.md, recipes.md, security.md)
  • cli.py -- local CLI: no args starts MCP stdio; positional subcommands expose graph/query/review/security over the same domain services
    • __init__.py -- Version export
    • __main__.py -- python -m entry (calls cli.main)
    • py.typed -- PEP 561 marker
  • tests/ -- Mirror source modules
  • skills/ -- Claude Code skills (impact-audit, onboard-repo, refactor-check, review-delta, review-pr, security-sweep)
  • hooks/ -- SessionStart + UserPromptSubmit + PostToolUse hooks
  • .claude-plugin/ -- Plugin manifest + marketplace metadata

Local-first boundary

  • CLI and bundled Skills are the primary coding-harness surfaces.
  • MCP stdio is a secondary protocol adapter; it must not duplicate graph logic.
  • Graph state is local at <repo>/.code-review-graph/graph.db unless explicit self-host/multi-user configuration changes the data directory.
  • CRG has no hosted Cloudflare runtime in the target topology. PyPI, CI, security, GitHub releases, and eligible stable MCP Registry publication remain active. Historical OCI tags remain available; new public OCI images do not.

Read the full file on GitHub · 189 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +40 tokens per session 500ed4861610
  2. 6d ago First seen · 189 lines · 3,010 tokens per session scan A 4968ce70636d

Subscribe to this mod's changes

better-code-review-graph CLAUDE.md is an instructions file published in the GitHub repository n24q02m/better-code-review-graph (67 stars, last pushed today), licensed Apache-2.0. It adds 3,050 tokens to every session, about $0.0153 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.