abap-cds-model-check
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Optional connection alias and BW project for the open query
$ npx -y skills add secondsky/sap-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/bw-query-explainContext preview
What this command does when you run it.
Optional connection alias and BW project for the open query
name: bw-query-explain
description: Produce business-readable documentation of an existing open SAP BW query from its deep-read model, read-only
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "<open-query-technical-name> [alias] [project]"
arguments:
- name: target
description: Technical name of a query already open read-only in BW Query Designer
required: true
- name: context
description: Optional connection alias and BW project for the open query
required: falseThis command is read-only. It never modifies, saves, creates, or deletes anything; the query stays read-only. Passwords are never accepted; pause at the native SAP login dialog if authentication is required.
Turn an existing open query into plain-language documentation a business analyst can read, using only the deep-read model.
1. Run `bw_inspect_capabilities` to confirm the studio is connected and `modelReadSupported` is available. If not, report that and stop. 2. Run `bw_read_query_model` with the connection `alias`, `project`, and `technicalName`. If it returns `found: false`, relay the `instruction` (open the query read-only in BW Query Designer) and stop. 3. From the returned model, describe the query in business terms:
4. Flag every entry in `serializationIssues` as an unconfirmed area the reader should verify in BW Query Designer; do not present it as fact. 5. Keep it read-only: do not propose applying changes, and do not create a draft.
Return:
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
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Optional target ABAP platform or SAP BTP ABAP Environment release
Optional runtime or scenario name, such as orchestration, serving, training, or batch
Optional scenario lens such as extension, integration, analytics, or AI