From code-review-graph
Builds or incrementally updates the repository's code knowledge graph in SQLite DB. Initialize first-time or after refactors; auto-updates via hooks. Supports Python, TS/JS, Vue, Go, Rust, Java, Scala, C#, Ruby, Kotlin, Swift, PHP, Solidity, C/C++.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review-graph:build-graph [full][full]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build or incrementally update the persistent code knowledge graph for this repository.
Build or incrementally update the persistent code knowledge graph for this repository.
Check graph status by calling the list_graph_stats_tool MCP tool.
Build the graph by calling the build_or_update_graph_tool MCP tool:
build_or_update_graph_tool(full_rebuild=True)build_or_update_graph_tool() (incremental by default)Verify by calling list_graph_stats_tool again and report the results:
.code-review-graph/graph.db) in the repo root.code-review-graphignore are skippednpx claudepluginhub demon24ru/code-review-graph --plugin code-review-graphProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.