Claude-skill-registry impact_analyzer

Analyze and document the impact of planned changes.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/impact-analyzer-cheekycodexconjurer-quant-lab" ~/.claude/skills/majiayu000-claude-skill-registry-impact-analyzer && rm -rf "$T"
manifest: skills/data/impact-analyzer-cheekycodexconjurer-quant-lab/SKILL.md
source content

Purpose

Clarify scope, risks, and verification before changes.

Steps

  1. Fill
    IMPACT.md
    with affected areas and risks.
  2. Identify tests and checks required.
  3. Link impact notes in
    PLANS.md
    .