impact-analysis

impact-analysis is a skill for Claude Code from cdeust/ai-architect-mcp. It costs 0 tokens per session (194 once invoked), scanned A, original, MIT.

A guide for estimating which parts of a codebase may be affected by a planned change. It groups affected symbols and execution flows by their distance from the code being changed.

In plain words
What is it for?
Use it to review the likely impact of changing a symbol, plan tests for affected flows, and assess risk before implementation.
Why use it?
It helps reveal hidden dependencies and affected paths before a refactor, API change, dependency upgrade, or pull request.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ai-codebase-intelligence plugin — 8 skills shipped together

Good fit Use it to review the likely impact of changing a symbol, plan tests for affected flows, and assess risk before implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cdeust/ai-architect-mcp/impact-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add cdeust/ai-architect-mcp --skill impact-analysis
Clone the repo
git clone --depth 1 https://github.com/cdeust/ai-architect-mcp

Made for: Claude Code.

Or install ai-codebase-intelligence, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for impact-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/impact-analysis/github.svg)](https://agentmods.dev/skills/cdeust/ai-architect-mcp/impact-analysis)
Your own site
<a href="https://agentmods.dev/skills/cdeust/ai-architect-mcp/impact-analysis"><img src="https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/impact-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for impact-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/cdeust/ai-architect-mcp/impact-analysis"><img src="https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/impact-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 194 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00194
Opus 5 $0.00000 $0.00097
Sonnet 5 $0.00000 $0.00039
Haiku 4.5 $0.00000 $0.00019

Measured 8d ago against content hash e0cafcfe868e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

impact-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ai-codebase-intelligence/skills/impact-analysis/SKILL.md · 30 lines

What it actually says

Impact Analysis Skill

Purpose

Assess the blast radius of proposed changes before implementation.

When to Use

  • Before refactoring a symbol
  • Planning API changes
  • Evaluating dependency upgrades
  • Pre-PR risk assessment

Operations

  1. Target: Identify the symbol(s) being changed
  2. Impact: Run ai_architect_codebase_impact with both directions
  3. Processes: Check which execution processes are affected
  4. Risk: Categorize impact by depth (d=1 HIGH, d=2 MEDIUM, d=3 LOW)
  5. Test plan: Generate test recommendations from affected processes

Workflow

Identify target → Impact analysis → Group by depth → Identify processes → Generate test plan

Output

  • Impacted symbols grouped by depth and risk level
  • Affected processes listed by priority
  • Test plan covering all affected paths
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 30 lines · 0 tokens per session scan A e0cafcfe868e

Subscribe to this mod's changes

impact-analysis is a skill published in the GitHub repository cdeust/ai-architect-mcp (1 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 194 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.