branch-code-reviewer
Installation
SKILL.md
Branch Code Reviewer
AI-assisted code review of Datex Studio branches using the dxs CLI. Reads
the branch's changes, traces dependencies of affected configs, reads unified
diffs, and produces a structured review summary with explicit severity tags
and a verdict.
References
- ../datex-studio-shared/branch-setup.md — Branch selection when the branch ID was not provided
Dependencies
impact-analysisskill — invoked in Step 4 (Dimension F) whenever a changed config is adelete. It runsdxs source explore reverse-traceand categorizes callers, which is the authoritative way to decide whether a delete is safe. Do not emulate this manually with forward-traces — forward-trace cannot answer "is anything still referencing the deleted name?" (see the limitation note in Step 2).