/ui5-linter-fix-plan
Optional flag indicating whether low-risk mechanical fixes may be applied after 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-fix-plan
Context preview
What this command does when you run it.
Optional flag indicating whether low-risk mechanical fixes may be applied after review
Command definition
ui5-linter-fix-plan.mdname: ui5-linter-fix-plan
description: Convert UI5 Linter findings into a safe remediation plan with batching, risk notes, and verification commands
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "<findings-file-or-app-path> [--apply-safe]"
arguments:
- name: target
description: Linter output, app directory, or file to plan fixes for
required: true
- name: apply_safe
description: Optional flag indicating whether low-risk mechanical fixes may be applied after review
required: falseUI5 Linter Fix Plan
Turn UI5 Linter findings into an ordered remediation plan. Do not edit unless the user explicitly chooses an apply mode and confirms the exact target files.
Workflow
1. Parse linter findings or run a read-only linter check if findings are not supplied. 2. Group issues into mechanical fixes, API migrations, behavior-sensitive changes, and manual review items. 3. Prioritize security and broken behavior before style or modernization. 4. For apply mode, only edit low-risk mechanical fixes after naming the exact files. 5. Provide verification commands after each batch.
Output Contract
Return:
- Fix batches with risk level.
- Files and rules affected.
- Proposed code changes or applied edits.
- Commands to re-run lint/build/tests.
- Items that require manual UI/runtime validation.
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

