plugins/imbue/skills/diff-analysis/SKILL.md
Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation. Use when extracting insights from raw change data.
npx skillsauth add athola/claude-night-market diff-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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).
research
Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
tools
--- name: validate-pr description: Use when you need a diff-derived test plan for a PR: reads the diff, groups changes by area, runs targeted verifications, and proves revert-tests are genuine guards, not dead assertions. alwaysApply: false category: validation tags: - pr - validation - test-plan - diff - revert-test - evidence tools: [] usage_patterns: - diff-derived-test-plan - revert-test-quality-check - evidence-capture complexity: intermediate model_hint: standard estimated_tokens: 650
development
Contract for the project decision journal (tradeoffs and lessons-learned logs). Use when recording a decision, tradeoff, or lesson, or building a consumer hook.
development
Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship.