claude-code-plugin-ref…
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation. Use when extracting insights from raw change data.
$ npx -y skills add athola/claude-night-market --skill diff-analysis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/diff-analysisContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation. Use when extracting insights from raw change data.
name: diff-analysis description: Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation. Use when extracting insights from raw change data. alwaysApply: false category: analysis-methods tags: - changes - semantic-analysis - risk-assessment - categorization - summaries dependencies: - imbue:proof-of-work tools: [] usage_patterns: - change-analysis - risk-assessment - release-preparation complexity: intermediate model_hint: standard progressive_loading: true module_strategy: workflow-based estimated_tokens: 800
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:
1. `diff-analysis:baseline-established` 2. `diff-analysis:changes-categorized` 3. `diff-analysis:risks-assessed` 4. `diff-analysis:summary-prepared`
Mark each item complete as you finish the corresponding step.
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.
Group changes by semantic type. Load `modules/semantic-categorization.md` for change categories, semantic categories, and prioritization.
Evaluate impact. Load `modules/risk-assessment-framework.md` for risk indicators, levels, and scoring methodology.
Synthesize findings: theme, scope with counts, risk level, review focus, dependencies. Format for downstream consumption (PR descriptions, release notes, reviews).
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.
Rebuild the dev environment: uv, Python tiers, pins, traps. Use when onboarding or toolchain breaks. Do not use for daily commands; use night-market-operations.
Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.
Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.
Bind loop 'done' to unfakeable gates. Use to harden egregore/herald loops or promote completion_integrity. Not for QA gates; use night-market-validation-and-qa.