magic5644/graph-it-live
Dependency, call-graph, impact, and architecture analysis for codebases.
Scan the dependency graph for orphan nodes (uncalled symbols and unreferenced files) and produce a safe, ranked deletion plan. Use this skill whenever the user asks about dead code, unused code, orphan symbols, unreferenced files, code cleanup, or code hygiene — even if they don't say "dead code" explicitly. Also trigger for: "remove unused exports", "find unused functions", "find unused classes", "clean up before a refactor", "clean up after removing a feature", "what code is never called", "what files are never imported", "before merging this PR let me clean up", "reduce bundle size by removing dead code", supprimer code mort, code inutilisé, nettoyer le code, symboles non utilisés, exports inutiles.
Analyze code dependencies, call graphs, and architecture using the graph-it CLI. Use this skill whenever the user wants to understand how their code is connected — even if they don't say "dependency graph" explicitly. Trigger for: "what calls this function", "who uses this class", "is it safe to delete X", "what breaks if I change Y", "show me the architecture", "trace the execution from main", "find circular imports", "give me an overview of this module", "what imports this file", "impact analysis", "refactoring safety", "review this PR", "review this diff", "is this change risky", breaking changes, unused exports, dead code detection, codemap, file logic, module resolution, graph-it, dependency graph, reverse dependencies.
AI-guided architectural tour of any codebase — entry points, business logic, and the most complex module in one structured pass, powered by Graph-It-Live. Use this skill whenever someone is new to a codebase or wants a quick orientation. Trigger for: "I just joined this team", "explain this repo to me", "give me a project overview", "where is the main logic", "what is the entry point", "I need to understand the architecture before starting", "walk me through this codebase", "which module is the most complex", "find the business logic", "I'm about to refactor and need to understand the structure first", onboarding, project walkthrough, architecture tour, découvrir le projet, visite guidée, point d'entrée, logique métier, module complexe.
Review pull requests and Git diffs with Graph-It-Live risk, breaking-change, dependency-impact, cycle, unused-export, and test-candidate evidence. Use when asked to review a PR, inspect a diff, assess merge risk, check a branch before merging, create a Graph-It-Live review gate, or explain review-pr results. Trigger for: "review this PR", "review this diff", "is this safe to merge", "check merge risk", "analyze changed files", "PR review", "code review my branch", "revoir cette PR", "analyser ce diff", "risque de merge".