Skip to content
Development
Command

/ai-core-deployment-check

Optional runtime or scenario name, such as orchestration, serving, training, or batch

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/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.md
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: false

AI 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
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