Blast Radius banner
cognitx-leyton cognitx-leyton

Blast Radius

Development community

Description

--- allowed-tools: Bash(codegraph query:*), Bash(codegraph query:*), Bash(.venv/bin/codegraph query:*) description: Show everything that depends on a symbol (class / function / method) — run before renaming, deleting, or moving --- ## Usage ``` /blast-radius <SymbolName> ``` Returns every site that would break (or need updating) if you changed the named symbol. Unions five edge kinds in a single query: | Edge | Captures | |---|---| | `IMPORTS_SYMBOL` | Files that explicitly import the symbol

Installation

Installs to ~/.claude/commands/cognitx-leyton-graphrag-code-blast-radius.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cognitx-leyton/graphrag-code/HEAD/.claude/commands/blast-radius.md -o ~/.claude/commands/cognitx-leyton-graphrag-code-blast-radius.md

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

Full documentation available on GitHub

View Source Repository