Skip to content
Development
Command

/job-schedule-check

Optional runtime or platform lens

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/job-schedule-check

Context preview

What this command does when you run it.

Optional runtime or platform lens

Command definition

job-schedule-check.md
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: false

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