/ui5-linter-check
Optional file or glob pattern to focus the linter review
$ npx -y skills add secondsky/sap-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ui5-linter-check
Context preview
What this command does when you run it.
Optional file or glob pattern to focus the linter review
Command definition
ui5-linter-check.mdname: ui5-linter-check
description: Run or plan UI5 Linter checks with project-aware scope, severity triage, and non-mutating defaults
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "[app-path] [file-pattern]"
arguments:
- name: app_path
description: Optional UI5 project path to inspect
required: false
- name: file_pattern
description: Optional file or glob pattern to focus the linter review
required: falseUI5 Linter Check
Run or plan UI5 Linter analysis. Default to read-only linting; do not auto-fix.
Workflow
1. Locate UI5 app root, linter config, `package.json`, UI5 version, and target files. 2. Prefer an existing local linter script when present. 3. If running the linter, use non-mutating options and capture findings. 4. Group findings by severity, file, migration risk, and likely effort. 5. Recommend safe next steps or route to `ui5-linter-fix-plan` for remediation planning.
Output Contract
Return:
- Linter command selected or recommended.
- Findings summary by severity.
- Key file references.
- False-positive or version caveats.
- Next fix plan.
40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.
Repo: secondsky/sap-skills
Other commands on sap-skills.
- /abap-cds-model-check
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Open command - /abap-cloud-review
Optional target ABAP platform or SAP BTP ABAP Environment release
Open command - /ai-core-deployment-check
Optional runtime or scenario name, such as orchestration, serving, training, or batch
Open command - /api-style-review
Optional API style lens such as REST, OData, OpenAPI, or SDK
Open command - /btp-architecture-review
Optional scenario lens such as extension, integration, analytics, or AI
Open command - /work-zone-content-check
Optional Work Zone edition or content type
Open command

