/ai-core-deployment-check
Optional runtime or scenario name, such as orchestration, serving, training, or batch
$ 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
/ai-core-deployment-check
Context preview
What this command does when you run it.
Optional runtime or scenario name, such as orchestration, serving, training, or batch
Command definition
ai-core-deployment-check.mdname: ai-core-deployment-check
description: Check SAP AI Core deployment descriptors, resource plans, secrets, and runtime readiness before release
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "[ai-core-config-path] [runtime]"
arguments:
- name: config_path
description: Optional path to AI Core YAML, Dockerfile, workflow, or deployment configuration
required: false
- name: runtime
description: Optional runtime or scenario name, such as orchestration, serving, training, or batch
required: falseAI Core Deployment Check
Perform a preflight review for SAP AI Core deployment assets. Default to inspection only; do not deploy.
Workflow
1. Locate AI Core descriptors, Dockerfile/container assets, workflow templates, secret references, and environment configuration. 2. Check resource requests, scenario/executable naming, artifact paths, model references, and image/tag immutability. 3. Flag secrets in files, broad permissions, unpinned image/package references, and missing observability. 4. Validate expected lifecycle: build, register, deploy, observe, rollback. 5. List tenant/runtime checks that require SAP AI Core access.
Output Contract
Return:
- Deployment readiness status.
- Blocking configuration issues.
- Security and secret-handling findings.
- Suggested commands or checks to run locally.
- Pending tenant-only verification items.
Read more
name: ai-core-deployment-check
description: Check SAP AI Core deployment descriptors, resource plans, secrets, and runtime readiness before release
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "[ai-core-config-path] [runtime]"
arguments:
- name: config_path
description: Optional path to AI Core YAML, Dockerfile, workflow, or deployment configuration
required: false
- name: runtime
description: Optional runtime or scenario name, such as orchestration, serving, training, or batch
required: falseAI Core Deployment Check
Perform a preflight review for SAP AI Core deployment assets. Default to inspection only; do not deploy.
Workflow
1. Locate AI Core descriptors, Dockerfile/container assets, workflow templates, secret references, and environment configuration. 2. Check resource requests, scenario/executable naming, artifact paths, model references, and image/tag immutability. 3. Flag secrets in files, broad permissions, unpinned image/package references, and missing observability. 4. Validate expected lifecycle: build, register, deploy, observe, rollback. 5. List tenant/runtime checks that require SAP AI Core access.
Output Contract
Return:
- Deployment readiness status.
- Blocking configuration issues.
- Security and secret-handling findings.
- Suggested commands or checks to run locally.
- Pending tenant-only verification items.
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 - /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 - /bas-dev-space-diagnose
Optional dev space type or workload lens
Open command

