From code-review-graph
Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.
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 janmichaelfernandez/code-review-graphGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
2plugins reuse this skill
First indexed Jul 11, 2026