/bas-dev-space-diagnose
Optional dev space type or workload lens
$ 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
/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.mdname: 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: falseBAS 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
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: falseBAS 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.
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

