fix-xml-globals
Installation
SKILL.md
Fix XML Views/Fragments Global Access
This skill fixes XML view and fragment issues that the UI5 linter detects but cannot auto-fix because they require understanding of module paths and handler locations.
Linter Rules Handled
| Rule ID | Message Pattern | This Skill's Action |
|---|---|---|
no-globals |
Access of global variable '...' (...) | Add core:require and use local name |
no-ambiguous-event-handler |
Event handler '...' must be prefixed by a dot '.' or refer to a local name | Add . prefix for controller methods or add core:require for modules |
no-deprecated-api |
Usage of space-separated list '...' in template:require | Convert to object notation |