fix-bootstrap-params
Installation
SKILL.md
Fix Bootstrap Parameters
Key Rules
- ONLY modify the bootstrap
<script>tag (identified byid="sap-ui-bootstrap"orsrcmatchingsap-ui-core.js). All other<script>tags — including inline scripts, config blocks, and non-UI5 script references — MUST be preserved exactly as-is. They will be handled byfix-csp-compliancein a later phase. - Do not delete, move, or rewrite any
<script>block that is not the bootstrap tag. If the file has<script>window.config = {...}</script>before or after the bootstrap tag, leave it untouched.
This skill fixes HTML bootstrap parameter issues that the UI5 linter detects but cannot auto-fix because the changes may affect application behavior.