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.mdsource content
Purpose
Clarify scope, risks, and verification before changes.
Steps
- Fill
with affected areas and risks.IMPACT.md - Identify tests and checks required.
- Link impact notes in
.PLANS.md