Skip to content
Development
Command

/btp-destination-diagnose

Optional runtime context such as Cloud Foundry, Kyma, BAS, or local development

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/btp-destination-diagnose

Context preview

What this command does when you run it.

Optional runtime context such as Cloud Foundry, Kyma, BAS, or local development

Command definition

btp-destination-diagnose.md
name: btp-destination-diagnose
description: Diagnose SAP BTP destination and Cloud Connector issues using configuration checks and safe troubleshooting steps
allowed-tools:
  - Read
  - Grep
  - Glob
  - Bash
argument-hint: "<destination-name-or-error> [cf|kyma|bas|local]"
arguments:
  - name: destination
    description: Destination name, error text, or scenario to diagnose
    required: true
  - name: runtime
    description: Optional runtime context such as Cloud Foundry, Kyma, BAS, or local development
    required: false

BTP Destination Diagnose

Diagnose a destination or Cloud Connector connectivity problem. Do not modify tenant configuration by default.

Workflow

1. Identify destination type, authentication mode, proxy type, runtime, subaccount, and target host. 2. Inspect local application destination usage, environment bindings, and destination service configuration snippets. 3. Check common failure classes: DNS, trust, principal propagation, OAuth, HTML5 app routing, Cloud Connector mapping, and timeout. 4. Suggest safe read-only CLI or curl checks when credentials are already configured. 5. Mark tenant-only verification as pending when live access is not available.

Output Contract

Return:

  • Probable root cause ranked by evidence.
  • Configuration fields to inspect.
  • Read-only diagnostics to run.
  • Fix plan with tenant owner actions separated from code changes.
  • Verification checklist.
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