Fix Bootstrap Params

Fix HTML bootstrap parameter issues that UI5 linter reports but cannot auto-fix. Use this skill when linter outputs these rules: - `no-deprecated-api` - For missing/deprecated bootstrap parameters (async, compat-version, animation, binding-syntax, etc.) - `no-deprecated-theme` - For deprecated theme values in data-sap-ui-theme - `no-deprecated-library` - For deprecated libraries in data-sap-ui-libs Trigger on error messages containing: "Missing bootstrap parameter", "Abandoned bootstrap parameter", "Redundant bootstrap parameter", "deprecated value", "bootstrap" Automatically applies safe fixes to HTML files containing UI5 bootstrap script tags.

williamcorrea23 Updated

File contents

williamcorrea23/sap-router-skill/tree/main/.agents/skills/fix-bootstrap-params commit b55876d26d

Frequently asked questions

npx skillmds@latest add williamcorrea23/fix-bootstrap-params-2