
Code Analysis Toolkit
Visualizes codebase dependency graphs, analyzes blast radius of changes, and produces health scores to understand code flow before making edits.
Install
npx skills add https://github.com/swannysec/robot-tools --skill code-analysis-toolkitWhat is this skill?
- impact-flow skill for blast radius analysis
- Dependency graph visualization across the codebase
- Codebase health scoring
- Part of swannysec robot-tools collection
- MIT licensed with commercial restrictions
Adoption & trust: 2 GitHub stars.
Who is it for?
Developers and architects assessing risk before large refactors
Skip if: Simple single-file projects with no complex dependency graphs
What do I get? / Deliverables
- dependency graph
- blast radius report
- health score
Recommended Skills
Improve Codebase Architecturemattpocock/skills
Zoom Outmattpocock/skills
Caveman Reviewjuliusbrussee/caveman
Requesting Code Reviewobra/superpowers
Receiving Code Reviewobra/superpowers
Request Refactor Planmattpocock/skills
Journey fit
Primary fit
Dependency analysis and codebase health scoring are build-phase activities used when designing or refactoring complex systems. The impact-flow skill and dependency visualization are backend-focused tools for understanding code structure and change impact.