component-wiring-check

Installation
SKILL.md

Component Wiring Check

Audit cross-component reference contracts on a Datex Studio branch — verify that one component's reference to another (a hub tab mounting a grid, a hub filter pointing at a selector, a grid's datasourceConfig pointing at a datasource, a selector backed by a datasource, a form opened via $shell.<Package>.open<referenceName>Dialog) is contract-complete. This is a read-only audit skill: it reads configs, reports findings, and routes fixes to the matching creator skill. It never mutates configs on the branch.

See also: the creator skills (hub-creator, grid-creator, form-creator, editor-creator, selector-creator) — each owns the round-trip + push step for fixes the audit surfaces.

References

Dependencies

  • grid-creator / hub-creator / form-creator / editor-creator / selector-creator skills — invoked downstream when this audit surfaces a fix to apply (this skill reports findings; the creator skill carries the round-trip + push)
  • tailoring-overlay skill — invoked when the symptom is "outdated contract" on a tailored overlay rather than a wiring drift on the base component
  • post-edit-verification / component-validator skills — invoked after fixes land, by the creator skill that applied them (not by this audit directly)
Installs
20
Repository
datex/skills
First Seen
Jun 8, 2026
component-wiring-check — datex/skills