Skip to content
Development
Command

/fiori-preview-deploy

Optional preview or deployment target

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/fiori-preview-deploy

Context preview

What this command does when you run it.

Optional preview or deployment target

Command definition

fiori-preview-deploy.md
name: fiori-preview-deploy
description: Check Fiori preview and deployment readiness across local preview, build output, HTML5 repo, and launchpad content
allowed-tools:
  - Read
  - Grep
  - Glob
  - Bash
argument-hint: "[app-path] [local|html5-repo|work-zone|cf]"
arguments:
  - name: app_path
    description: Optional Fiori app directory to inspect
    required: false
  - name: target
    description: Optional preview or deployment target
    required: false

Fiori Preview Deploy

Review local preview and deployment readiness. Do not deploy unless the user explicitly asks for deployment.

Workflow

1. Locate app root, `ui5.yaml`, `package.json`, `webapp/manifest.json`, and deployment descriptors. 2. Check preview scripts, destination/proxy settings, OData metadata, build output, cache buster/preload settings, and app ID. 3. Validate deployment target requirements for HTML5 repository, launchpad/Work Zone, or Cloud Foundry. 4. Suggest read-only build/preview checks and identify missing prerequisites. 5. Separate local app fixes from subaccount/tenant setup.

Output Contract

Return:

  • Preview readiness and deployment target readiness.
  • Blocking configuration issues.
  • Safe commands to run.
  • Deployment checklist with owner split.
  • Pending tenant-side checks.
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