From imbue
Analyzes changesets from git diffs, configs, APIs, or schemas; categorizes by type/impact, scores risks, and prepares release notes for reviews and migrations.
npx claudepluginhub athola/claude-night-market --plugin imbueThis skill uses the workspace's default tool permissions.
- [Overview](#overview)
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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).
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag