From code-review-graph
Reviews git changes and blast radius using graph analysis for token-efficient code review. Detects impacted files/functions, test gaps, and risks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review-graph:review-delta [file or function name][file or function name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a focused, token-efficient code review of only the changed code and its blast radius.
Perform a focused, token-efficient code review of only the changed code and its blast radius.
Token optimization: Before starting, call get_docs_section_tool(section_name="review-delta") for the optimized workflow. Use ONLY changed nodes + 2-hop neighbors in context.
Ensure the graph is current by calling build_or_update_graph_tool() (incremental update).
Get review context by calling get_review_context_tool(). This returns:
summary_only=True first on large diffs to see scope (counts only, <1 KB), then without it for full details.md, .txt, .yaml, .json, etc.) return code_changes: 0 immediately with no snippets — no wasted tokensAnalyze the blast radius by reviewing the impacted_nodes and impacted_files in the context. Focus on:
Perform the review using the context. For each changed file:
query_graph_tool(pattern="tests_for", target=<function_name>)Report findings in a structured format:
npx 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.