This builds a SQLite knowledge graph of your codebase by parsing files and extracting relationships between functions, classes, and imports. You run it once to initialize, then hooks keep it updated automatically on edits and commits. It skips binaries and respects a .code-review-graphignore file, supports about a dozen languages from Python to Solidity. The graph lives in .code-review-graph/graph.db at your repo root. Honest take: the auto-update hooks mean you'll probably run this manually once at setup and maybe again after big refactors or branch switches, but otherwise forget it exists. The incremental updates are the real value here.
npx skills add https://github.com/tirth8205/code-review-graph --skill build-graph