fix-pseudo-modules

Installation
SKILL.md

Fix Pseudo Modules and Implicit Globals

This skill fixes pseudo module access and implicit global issues that the UI5 linter detects but cannot auto-fix because they require understanding proper module import patterns.

Linter Rules Handled

Rule ID Message Pattern This Skill's Action
no-pseudo-modules Deprecated access of enum pseudo module '...' Import via library module
no-pseudo-modules Deprecated access of DataType pseudo module '...' Import via library module
no-implicit-globals Access of module '...' not exported by library '...' Import module directly
no-implicit-globals OData built-in global symbols must not be used implicitly Import ODataExpressionAddons

When to Use

Installs
10
GitHub Stars
25
First Seen
12 days ago
fix-pseudo-modules — ui5/plugins-coding-agents