
🗺️ Change Impact Mapper
Map the blast radius of a code change before you run the whole suite. For the files and functions you changed, it lists what imports or calls them, which tests cover them, flags any change with no covering test, and warns when a file has a lot of dependents. It tells an agent what its edit might break instead of making it guess. Resolves Python and JavaScript/TypeScript.
- Identify all downstream files affected by a function signature change
- Flag high-risk changes that lack corresponding test coverage
- Detect "high fan-in" modules that may cause widespread regressions
$13
· or 65 creditsSecure checkout via Stripe
Included in download
- Identify all downstream files affected by a function signature change
- Flag high-risk changes that lack corresponding test coverage
- file_read, terminal automation included
- Ready for Cursor
Sample input
Check the blast radius of my recent changes to the auth validation logic in src/auth/utils.ts.
Sample output
Impact Analysis: src/auth/utils.ts
Changed Targets: validateSessionToken
Downstream Impact:
- [High]
src/api/middleware.ts: Imports validation logic (Line 42) - [Low]
src/cli/debug.ts: Reference found in logger Covering Tests:tests/auth_test.tsMissed Coverage: No tests found formiddleware.tsintegration.
Map the blast radius of a code change before you run the whole suite. For the files and functions you changed, it lists what imports or calls them, which tests cover them, flags any change with no covering test, and warns when a file has a lot of dependents. It tells an agent what its edit might break instead of making it guess. Resolves Python and JavaScript/TypeScript.
$13
· or 65 creditsSecure checkout via Stripe
Included in download
- Identify all downstream files affected by a function signature change
- Flag high-risk changes that lack corresponding test coverage
- file_read, terminal automation included
- Ready for Cursor
- Instant install
Sample input
Check the blast radius of my recent changes to the auth validation logic in src/auth/utils.ts.
Sample output
Impact Analysis: src/auth/utils.ts
Changed Targets: validateSessionToken
Downstream Impact:
- [High]
src/api/middleware.ts: Imports validation logic (Line 42) - [Low]
src/cli/debug.ts: Reference found in logger Covering Tests:tests/auth_test.tsMissed Coverage: No tests found formiddleware.tsintegration.
About This Skill
What it does
The Change Impact Mapper provides a comprehensive "blast radius" analysis of your code changes. By performing static analysis on your diffs or changed files, it identifies exactly which downstream modules, functions, and services depend on the code you modified. It cross-references these findings with existing test suites to pinpoint which areas are safely covered and which are high-risk gaps.
Why use this skill
Manual impact analysis is error-prone and time-consuming. This skill automates the discovery of reverse imports and symbol callers across your repository. Unlike generic AI prompting, this tool uses a dedicated Python-based scanner to ensure accuracy in cross-module dependency mapping for Python and JavaScript/TypeScript projects. It helps you catch breaking changes in downstream dependencies before you even run your CI pipeline.
Supported tools
- Languages: Full support for Python, JavaScript, and TypeScript.
- Frameworks: Works with standard import structures and symbol references.
- Analysis: Static reverse-reference mapping and test coverage correlation.
The Output
You receive a structured report detailing the scope of inspection, specific changed targets, impact findings categorized by severity (flagging high fan-in risks), a list of covering tests, and identified coverage gaps.
Use Cases
- Identify all downstream files affected by a function signature change
- Flag high-risk changes that lack corresponding test coverage
- Detect "high fan-in" modules that may cause widespread regressions
- Audit the impact of an edit before committing to a shared codebase
Known Limitations
A static reverse-reference heuristic. It misses dynamic dispatch, reflection, and runtime wiring, and it resolves Python and JS/TS. It maps likely impact, not a guarantee, so a clean map is a good sign rather than a proof of safety.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/change-impact-mapper -o /tmp/change-impact-mapper.zip && unzip -o /tmp/change-impact-mapper.zip -d ~/.claude/skills && rm /tmp/change-impact-mapper.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Read-only. Builds a reverse-reference view with the standard-library ast module. The high fan-in threshold is configurable. Reads no environment variables and writes nothing.
Works with any agent that can read a repo and run a local Python script (Claude Code, Cursor, Codex CLI, and other SKILL.md-compatible agents). Standard library only (uses the built-in ast module), no install step. Read-only, no network.
Creator
JustHandled Labs builds focused agent skills for the work nobody wants to do by hand. Each one is a single repeatable job done well: catching the security and data mistakes that quietly ship, keeping docs and tests honest, gating the commands an agent is about to run, sharpening writing, and handling the founder chores around launches, outreach, and brand setup. Not generic AI productivity. Specific workflows that are easy to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. Tools for people who want useful automation without theatrical complexity.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills

Legacy Code Modernization Planner for AI Coding Agents
Creates safe modernization roadmaps for old, messy, undocumented, or fragile codebases, including risk audits, refactor phases, dependency reviews, testing plans, migration steps, and AI coding prompts.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.