Methodology for categorizing changes, assessing risks, and creating summaries from any changeset. Triggers: diff analysis, changeset review, risk assessment, change categorization, semantic analysis, release preparation, change summary, git diff Use when: analyzing specific changesets, assessing risk of changes, preparing release notes, categorizing changes by type and impact DO NOT use when: quick context catchup - use catchup instead. DO NOT use when: full PR review - use review-core with pensive skills. Use this skill for systematic change analysis with risk scoring.
Install with Tessl CLI
npx tessl i github:majiayu000/claude-skill-registry-data --skill diff-analysis93
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 98%
↑ 1.05xAgent success when using this skill
Validation for skill structure
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:evidence-logging 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).
2bbaa03
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.