Analyzes codebase dependencies, assesses change impact, and generates technical health scores with high token efficiency.
Impact Flow is a specialized codebase introspection skill for Claude Code designed to manage complexity and risk during development. It allows developers to visualize module relationships through dependency graphs, calculate the 'blast radius' of proposed changes, and generate comprehensive A-F health grades based on coupling and complexity metrics. By prioritizing Serena MCP for symbol metadata, the skill performs deep analysis with up to 60x fewer tokens than traditional methods, making it ideal for auditing large repositories, tracing execution paths, and identifying dead code.
Key Features
01Automated blast radius assessment to quantify refactoring risk
02Comprehensive health scoring based on coupling, complexity, and debt
030 GitHub stars
04Recursive execution flow tracing for deep call path analysis
05Visual dependency mapping with Mermaid diagram generation
06Token-optimized symbol scanning via Serena MCP integration
Use Cases
01Auditing technical debt to identify highly coupled or undocumented modules
02Mapping execution paths and async boundaries when onboarding to a new codebase
03Evaluating the systemic impact of modifying a core shared library or API