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: true field 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 parameters
    • datasource-creator — before altering datasource shape
    • storage-creator — before renaming/removing a column or adding a required field
    • type-definition-creator — before removing or reshaping a _dd / i_* / e_* type
    • db-query / action-creator — before a storage schema change or when diagnosing a contract bug

Workflow

Installs
46
Repository
datex/skills
First Seen
Apr 20, 2026
impact-analysis — datex/skills