Drupal Blast Radius banner
gkastanis gkastanis

Drupal Blast Radius

Development community

Description

--- description: "Analyze dependencies and blast radius for a feature or module" argument-hint: "<feature-code-or-module-name>" --- # /drupal-blast-radius - Dependency & Impact Analysis ## Purpose Analyze what a feature or module depends on, what depends on it, and where changes would have the widest impact. ## Input Read target from `$ARGUMENTS`. Accepts a feature code (e.g., AUTH, CONT) or a module machine name. ## Protocol ### Step 1: Validate Structural Index Check that `docs/semantic

Installation

Installs to ~/.claude/skills/gkastanis-drupal-workflow-drupal-blast-radius/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gkastanis-drupal-workflow-drupal-blast-radius && curl -fsSL https://raw.githubusercontent.com/gkastanis/drupal-workflow/HEAD/commands/drupal-blast-radius.md -o ~/.claude/skills/gkastanis-drupal-workflow-drupal-blast-radius/SKILL.md

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

Full documentation available on GitHub

View Source Repository