{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/2"}],"enrichment":{"capability":"Builds a structural knowledge graph of your codebase using Tree-sitter and serves it via MCP to AI coding tools, so they read only the files affected by a change instead of scanning the whole project.","skillfed_tags":["mcp-integration","ai-coding-tools","graph-analysis"],"use_cases":["Reduce token spend in monorepo reviews: exclude thousands of unrelated files and focus context on the files actually affected by a change.","Integrate code review into CI/CD: run as a GitHub Action on pull requests to post automated, risk-scored reviews without sending source code externally.","Speed up incremental analysis: keep the graph updated via file-save hooks or watch mode so each review query runs against fresh, minimal context.","Support languages beyond the built-in set: add custom languages by writing a TOML config that maps file extensions to Tree-sitter grammars.","Trace blast radius for refactoring: see every caller, dependent, and test that could break when you change a function or class."],"what_it_does":"code-review-graph parses your repository into a structural graph of functions, classes, imports, and their call relationships using Tree-sitter, then makes that graph queryable via MCP (Model Context Protocol) so AI coding assistants can pinpoint exactly which files matter for a code review instead of re-reading your entire codebase. It tracks changes incrementally\u2014when a file is saved or committed, the graph updates in under 2 seconds by diffing only what changed and recomputing affected dependents.\n\nThe tool integrates directly into AI coding platforms through a single `install` command that auto-detects your setup and writes the right MCP configuration. It also runs as a GitHub Action to post risk-scored PR reviews. For languages not yet built in, you can add custom parsers by dropping a TOML file into `.code-review-graph/` with grammar and node-type mappings\u2014no fork or code changes needed.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and solves a real problem\u2014AI code review tools waste tokens by re-reading large parts of your codebase. If you use supported AI coding platforms and want to cut review costs and latency, this is worth trying. The initial setup is one command, and the graph updates automatically. Start with a small project to verify the token savings match your use case."},"id":"code-review-graph","links":{"html":"https://skillfed.io/packages/code-review-graph","md":"https://skillfed.io/packages/code-review-graph.md","pypi":"https://pypi.org/project/code-review-graph/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-18","license_spdx":"MIT","license_treatment":"permissive","name":"code-review-graph","python_support":"supports_current","summary":"Local-first knowledge graph for token-efficient code review through MCP and CLI"},"popularity":{"monthly_downloads":417955,"position":6805,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.3.7"}
