impact-analysis
Installation
SKILL.md
Impact Analysis
Assess the impact of modifying or removing a configuration on a Datex Studio branch. This skill analyzes dependencies only — it does not make changes.
When to Use
- Before modifying input/output parameters of any config
- Before renaming or removing a config from a branch
- Before adding a
required: truefield to a storage or changing a storage column's shape - Before any other contract-breaking edit
- When a calling skill needs to verify that a contract change is safe — e.g.:
function-creator— before changing a function's input/output parametersdatasource-creator— before altering datasource shapestorage-creator— before renaming/removing a column or adding a required fieldtype-definition-creator— before removing or reshaping a_dd/i_*/e_*typedb-query/action-creator— before a storage schema change or when diagnosing a contract bug