Skip to content
Development
Command

/ui5-cli-troubleshoot

Optional category such as build, serve, middleware, framework, or workspace

From plugin
sap-skills
40469 skills31 agents69 commands8 MCP
Install
$ npx -y skills add secondsky/sap-skills --agent claude-code

How 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-cli-troubleshoot

Context preview

What this command does when you run it.

Optional category such as build, serve, middleware, framework, or workspace

Command definition

ui5-cli-troubleshoot.md
name: ui5-cli-troubleshoot
description: Troubleshoot UI5 CLI configuration, framework resolution, custom middleware, build failures, and serve issues
allowed-tools:
  - Read
  - Grep
  - Glob
  - Bash
argument-hint: "<error-or-app-path> [build|serve|middleware|framework]"
arguments:
  - name: issue
    description: Error text, app path, or failing UI5 CLI command
    required: true
  - name: category
    description: Optional category such as build, serve, middleware, framework, or workspace
    required: false

UI5 CLI Troubleshoot

Diagnose UI5 CLI failures without changing project files by default.

Workflow

1. Inspect `ui5.yaml`, package scripts, lockfiles, workspace config, custom tasks/middleware, and the exact failing command. 2. Classify the failure: dependency resolution, YAML schema, framework version, custom task, middleware proxy, build output, or Node/package manager mismatch. 3. Suggest read-only diagnostics and minimal fixes. 4. If a file edit is needed, explain the exact change and risk first. 5. Provide a verification command.

Output Contract

Return:

  • Failure classification.
  • Evidence from config or logs.
  • Minimal fix plan.
  • Commands to verify.
  • Known version/tooling caveats.
Ships withsap-skills

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.

Get the whole plugin