Tag: code-safety
Code Impact and Dependency Analysis Tool
This tool assesses the blast radius and dependencies of proposed code changes, providing a safety analysis before committing. It determines which symbols or processes are directly or indirectly affected, assigning a risk level to guide refa…
Safe workflow for editing exported symbols
This skill provides a robust, multi-step workflow for safely refactoring exported symbols across a codebase. It ensures all callers are discovered and updated before applying changes, preventing silent compilation failures.
Code impact analysis and dependency tracking tool
This tool assesses the blast radius and potential breakage caused by proposed code modifications. It analyzes symbol dependencies and affected execution flows to provide a comprehensive risk assessment before committing changes.
Analyze code blast radius before committing
This tool analyzes the potential "blast radius" of code modifications by mapping dependencies and affected execution flows. It assesses risk levels, identifying direct callers and indirect dependencies to ensure changes are safe before comm…
GitNexus Code Impact Analysis
Identify the blast radius of code changes by analysing upstream and downstream dependencies. The skill assesses risk levels by mapping git diffs to affected execution flows and symbol dependencies.