/fiori-preview-deploy
Optional preview or deployment target
$ 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
/fiori-preview-deploy
Context preview
What this command does when you run it.
Optional preview or deployment target
Command definition
fiori-preview-deploy.mdname: 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: falseFiori 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.
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

