graph-blast-radius

Installation
SKILL.md

Blast Radius

Analyze the structural impact of current code changes using the knowledge graph.

Prerequisites

  • Graph must be built first: run /graph-build if .code-graph/graph.db doesn't exist
  • Requires Python 3.10+ with tree-sitter, tree-sitter-language-pack, networkx

Steps

  1. Check graph exists — Verify .code-graph/graph.db exists. If not, suggest /graph-build.

  2. Run blast-radius analysis via Bash:

    python .claude/scripts/code_graph blast-radius --json
    
Related skills
Installs
5
GitHub Stars
6
First Seen
Mar 27, 2026