dependency-graph-analysis
CommunityEnforce code architecture with graph analysis.
Software Engineering#impact analysis#code architecture#code integrity#dependency graph#fail-closed#ast analysis
AuthorSiamese001
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents architectural drift and ensures code integrity by mandating AST-based dependency graph analysis before any code changes, eliminating risky guesswork and low-signal search methods.
Core Features & Use Cases
- Mandatory Graph Analysis: Enforces the use of dependency graphs for impact analysis, root cause analysis, and file selection, ensuring a deep understanding of code relationships.
- Fail-Closed Discipline: Guarantees that parsing failures halt execution and are explicitly reported, preventing silent fallbacks to unreliable text searches.
- Use Case: Before modifying a critical service, use this Skill to generate a dependency graph, identify all upstream and downstream impacts, detect any architectural violations, and ensure all affected code has corresponding tests, preventing unintended regressions.
Quick Start
Use the dependency-graph-analysis skill to analyze the impact of changing the file '/path/to/your/code.py'.
Dependency Matrix
Required Modules
None requiredComponents
referencesscripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dependency-graph-analysis Download link: https://github.com/Siamese001/Agentic-Workflow/archive/main.zip#dependency-graph-analysis Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.