/job-schedule-check
Optional runtime or platform 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
/job-schedule-check
Context preview
What this command does when you run it.
Optional runtime or platform lens
Command definition
job-schedule-check.mdname: job-schedule-check
description: Check SAP Job Scheduling Service schedules, callbacks, OAuth setup, retry behavior, observability, and REST API usage
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "<job-config-or-app-folder> [cf|kyma|node|java]"
arguments:
- name: target
description: Job configuration, app folder, callback code, REST API example, or scheduling issue
required: true
- name: runtime
description: Optional runtime or platform lens
required: falseJob Schedule Check
Review SAP Job Scheduling Service usage. Default to read-only inspection; do not create, trigger, pause, or delete jobs.
Workflow
1. Identify schedules, callback endpoints, authentication, scopes, service binding, retry policy, and runtime environment. 2. Inspect configuration files, REST examples, application handlers, `xs-security.json`, deployment descriptors, and environment variables. 3. Check OAuth client setup, callback protection, idempotency, retry/timeouts, failure notifications, logs, and time zone assumptions. 4. Verify docs-only REST/API examples when possible and leave live scheduler checks pending without credentials. 5. Recommend safe read-only API or CLI checks before runtime action.
Output Contract
Return:
- Scheduling readiness status.
- Callback, auth, retry, and operations findings.
- File/API evidence.
- Safe verification commands.
- Pending service-instance checks.
Read more
name: job-schedule-check
description: Check SAP Job Scheduling Service schedules, callbacks, OAuth setup, retry behavior, observability, and REST API usage
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "<job-config-or-app-folder> [cf|kyma|node|java]"
arguments:
- name: target
description: Job configuration, app folder, callback code, REST API example, or scheduling issue
required: true
- name: runtime
description: Optional runtime or platform lens
required: falseJob Schedule Check
Review SAP Job Scheduling Service usage. Default to read-only inspection; do not create, trigger, pause, or delete jobs.
Workflow
1. Identify schedules, callback endpoints, authentication, scopes, service binding, retry policy, and runtime environment. 2. Inspect configuration files, REST examples, application handlers, `xs-security.json`, deployment descriptors, and environment variables. 3. Check OAuth client setup, callback protection, idempotency, retry/timeouts, failure notifications, logs, and time zone assumptions. 4. Verify docs-only REST/API examples when possible and leave live scheduler checks pending without credentials. 5. Recommend safe read-only API or CLI checks before runtime action.
Output Contract
Return:
- Scheduling readiness status.
- Callback, auth, retry, and operations findings.
- File/API evidence.
- Safe verification commands.
- Pending service-instance 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

