From claudette
Reviews only code changes since last commit using graph-based impact analysis and blast radius detection. Provides token-efficient context for focused reviews of bugs, style, tests, and affected files/functions.
npx claudepluginhub nicmarti/claudetteThis skill uses the workspace's default tool permissions.
Perform a focused, token-efficient code review of only the changed code and its blast radius.
Reviews only changes since last commit using impact analysis and blast-radius detection for token-efficient delta code review.
Reviews PRs or branch diffs using knowledge graph for structural context, blast-radius analysis, risk assessment, test coverage, and structured file-by-file output.
Reviews git changes (commits, ranges, files, staged) with impact assessment, breaking-change detection, confidence-classified findings, and risk-weighted verdicts.
Share bugs, ideas, or general feedback.
Perform a focused, token-efficient code review of only the changed code and its blast radius.
Token optimization: Before starting, call get_docs_section(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() (incremental update).
Get review context by calling get_review_context(). This returns:
Analyze the blast radius by reviewing the impacted_nodes and impacted_files in the context.
Perform the review using the context. For each changed file:
query_graph(pattern="tests_for", target=<function_name>)Report findings in a structured format: