Icpg Impact banner
alinaqi alinaqi

Icpg Impact

Development community

Description

# /icpg-impact — Show Blast Radius Show the blast radius of a ReasonNode or symbol — what depends on it, what breaks if it changes. --- ## Usage `/icpg-impact <id-or-symbol>` - If argument looks like a UUID (contains `-`), treat as ReasonNode ID - Otherwise, treat as symbol name and find its creating ReasonNode --- ## Steps ### 1. Resolve target ```bash # If ReasonNode ID icpg query blast <id> # If symbol name icpg query risk <symbol-name> # Then get the creating reason from the output

Installation

Installs to ~/.claude/skills/alinaqi-maggy-icpg-impact/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alinaqi-maggy-icpg-impact && curl -fsSL https://raw.githubusercontent.com/alinaqi/maggy/HEAD/commands/icpg-impact.md -o ~/.claude/skills/alinaqi-maggy-icpg-impact/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository