Skip to content
Development
Command

/bas-dev-space-diagnose

Optional dev space type or workload lens

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/bas-dev-space-diagnose

Context preview

What this command does when you run it.

Optional dev space type or workload lens

Command definition

bas-dev-space-diagnose.md
name: bas-dev-space-diagnose
description: Diagnose SAP Business Application Studio dev space setup, extensions, generators, runtime tools, and project readiness
allowed-tools:
  - Read
  - Grep
  - Glob
  - Bash
argument-hint: "<project-or-error> [fiori|cap|mobile|workflow]"
arguments:
  - name: target
    description: BAS project folder, dev-space issue, error text, or generated application to inspect
    required: true
  - name: dev_space_type
    description: Optional dev space type or workload lens
    required: false

BAS Dev Space Diagnose

Diagnose Business Application Studio development readiness. Default to read-only inspection and do not change dev space settings.

Workflow

1. Identify app type, generated tooling, package manager, project structure, extensions, and runtime target. 2. Inspect `package.json`, generator output, `ui5.yaml`, CAP descriptors, `.vscode`, deployment files, and destination/proxy configuration. 3. Check common dev space gaps: missing extensions, stale generator assumptions, proxy/destination setup, npm auth, memory/timeouts, and command mismatch. 4. Distinguish local repository findings from BAS cockpit/dev space checks that require tenant access. 5. Recommend the smallest safe next diagnostic command before any repair action.

Output Contract

Return:

  • Dev space/project readiness status.
  • Likely root cause for the reported symptom.
  • File-level findings and configuration gaps.
  • Safe local commands to verify.
  • Pending BAS tenant checks.
Read more
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