From imbue
Runs a structured methodology to analyze diffs, categorize changes, assess risks, and prepare release notes from raw change data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue:diff-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Structured method for analyzing changesets: categorize changes, assess risks, generate insights. Works for git diffs, configuration changes, API migrations, schema updates, or document revisions.
Trigger Keywords: diff, changes, release notes, changelog, migration, impact, risk assessment
Auto-Load When: Git diffs present, change analysis requested, impact assessment needed.
Load modules based on workflow stage:
modules/semantic-categorization.md for change categorization workflowmodules/risk-assessment-framework.md when risk assessment is neededmodules/git-diff-patterns.md when working with git repositoriessanctum:git-workspace-review for git data gatheringimbue:proof-of-work for capturing analysis evidenceimbue:structured-output for formatting final deliverablesdiff-analysis:baseline-establisheddiff-analysis:changes-categorizeddiff-analysis:risks-assesseddiff-analysis:summary-preparedMark each item complete as you finish the corresponding step.
diff-analysis:baseline-established)Define comparison scope: what states are being compared, boundary of analysis, and scale metrics.
For git contexts, load modules/git-diff-patterns.md. For other contexts, compare relevant artifacts.
diff-analysis:changes-categorized)Group changes by semantic type. Load modules/semantic-categorization.md for change categories, semantic categories, and prioritization.
diff-analysis:risks-assessed)Evaluate impact. Load modules/risk-assessment-framework.md for risk indicators, levels, and scoring methodology.
diff-analysis:summary-prepared)Synthesize findings: theme, scope with counts, risk level, review focus, dependencies. Format for downstream consumption (PR descriptions, release notes, reviews).
npx claudepluginhub athola/claude-night-market --plugin imbueReviews diffs using Repowise's change-risk scoring and per-file impact analysis to surface breakage risk, missing co-changes, and test gaps.
Compares implementation diff to predicted impact, generates diff impact report, risk delta, and release impact summary. Closes the loop between prediction and reality.
Reviews git changes with evidence-backed findings and risk-aware verdicts. Supports commit, range, file-scoped analysis, impact assessment, breaking-change detection.