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

Dependencies

  • impact-analysis skill — invoked in Step 4 (Dimension F) whenever a changed config is a delete. It runs dxs source explore reverse-trace and 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).
Installs
27
Repository
datex/skills
First Seen
May 14, 2026
branch-code-reviewer — datex/skills