← Back to Skills Marketplace
83
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-pensive-blast-radius
Description
Analyze the blast radius of code changes with risk scoring. Shows affected nodes, untested functions, and review priorities using the code knowledge graph
Usage Guidance
This skill appears to do what it says: it inspects git changes and (when available) queries a local code-graph tool. Before using it, ensure any local tooling it runs is trustworthy: verify the contents of ~/.claude/plugins/gauntlet/graph_query.py (or equivalent), and be cautious about running unknown Python/CLI tools. If you prefer safety, run the commands in a disposable container or inspect outputs manually instead of auto-executing the suggested scripts. If you don't have the gauntlet plugin or sem installed, the fallback grep/rg approach is less powerful but avoids executing third-party Python code.
Capability Analysis
Type: OpenClaw Skill
Name: nm-pensive-blast-radius
Version: 1.0.0
The skill is designed for code impact analysis and risk scoring. It uses standard development tools such as git, grep, and ripgrep to identify affected functions and dependencies. While it attempts to execute a local Python script from a specific plugin directory (~/.claude/plugins), this behavior is consistent with its stated purpose of integrating with the 'gauntlet' plugin. There are no signs of data exfiltration, malicious remote execution, or harmful prompt injection in SKILL.md.
Capability Tags
Capability Assessment
Purpose & Capability
The skill claims to compute blast radius using a code knowledge graph and its runtime instructions actually attempt graph queries, fall back to cross-file tracing tools, and use git diffs — these are appropriate for the stated purpose.
Instruction Scope
Instructions stay within codebase analysis (git, rg/grep, sem) and optionally invoke a local gauntlet graph_query.py; this is expected, but the skill explicitly runs code found under ~/.claude/plugins which is arbitrary local code and should be trusted/inspected before executing.
Install Mechanism
No install spec or external downloads — instruction-only. That lowers installation risk; the only runtime risk is executing existing local tooling (python3, sem, rg) if present.
Credentials
The skill does not request environment variables or external credentials. However it will read and execute a Python script from the user's ~/.claude/plugins path and scan the repository files; these operations are proportional to impact analysis but require trusting local plugin code.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges or modify other skills. It runs only when invoked and performs local analysis commands.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-pensive-blast-radius - After installation, invoke the skill by name or use
/nm-pensive-blast-radius - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Blast Radius skill initial release:
- Analyze code change impact with risk scoring and code knowledge graph.
- Identifies affected nodes, untested functions, and review priorities.
- Works with gauntlet plugin for deep analysis; supports manual and fallback modes if missing.
- Ranks risk based on test coverage, security, flow role, cross-module calls, and caller count.
- Suggests prioritized review actions for high-risk or security-sensitive changes.
Metadata
Frequently Asked Questions
What is Nm Pensive Blast Radius?
Analyze the blast radius of code changes with risk scoring. Shows affected nodes, untested functions, and review priorities using the code knowledge graph. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install Nm Pensive Blast Radius?
Run "/install nm-pensive-blast-radius" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Pensive Blast Radius free?
Yes, Nm Pensive Blast Radius is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Pensive Blast Radius support?
Nm Pensive Blast Radius is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Pensive Blast Radius?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills