/abap-cloud-review
Optional target ABAP platform or SAP BTP ABAP Environment release
$ 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
/abap-cloud-review
Context preview
What this command does when you run it.
Optional target ABAP platform or SAP BTP ABAP Environment release
Command definition
abap-cloud-review.mdname: abap-cloud-review
description: Review ABAP code for ABAP Cloud readiness, released API usage, syntax constraints, and upgrade-safe remediation steps
allowed-tools:
- Read
- Grep
- Glob
argument-hint: "<file-or-package> [target-release]"
arguments:
- name: target
description: ABAP source file, package, pasted snippet, or object name to review
required: true
- name: target_release
description: Optional target ABAP platform or SAP BTP ABAP Environment release
required: falseABAP Cloud Review
Review the requested ABAP code or object for ABAP Cloud compatibility. Default to read-only analysis unless the user explicitly asks for edits.
Workflow
1. Locate the target source and related includes/classes/interfaces. 2. Check for unreleased APIs, classic extension points, forbidden statements, direct database access risks, and authorization gaps. 3. Identify runtime assumptions that differ between classic ABAP, S/4HANA, and SAP BTP ABAP Environment. 4. Prefer released APIs, RAP patterns, CDS access, and dependency injection friendly designs. 5. Separate findings into must-fix blockers, migration risks, and optional modernization improvements.
Output Contract
Return:
- Compatibility summary with target release assumptions.
- Findings with file/object references and concrete evidence.
- Suggested remediation with safest replacement pattern.
- Tests or ATC checks to run.
- Production or system-only checks that remain pending.
Read more
name: abap-cloud-review
description: Review ABAP code for ABAP Cloud readiness, released API usage, syntax constraints, and upgrade-safe remediation steps
allowed-tools:
- Read
- Grep
- Glob
argument-hint: "<file-or-package> [target-release]"
arguments:
- name: target
description: ABAP source file, package, pasted snippet, or object name to review
required: true
- name: target_release
description: Optional target ABAP platform or SAP BTP ABAP Environment release
required: falseABAP Cloud Review
Review the requested ABAP code or object for ABAP Cloud compatibility. Default to read-only analysis unless the user explicitly asks for edits.
Workflow
1. Locate the target source and related includes/classes/interfaces. 2. Check for unreleased APIs, classic extension points, forbidden statements, direct database access risks, and authorization gaps. 3. Identify runtime assumptions that differ between classic ABAP, S/4HANA, and SAP BTP ABAP Environment. 4. Prefer released APIs, RAP patterns, CDS access, and dependency injection friendly designs. 5. Separate findings into must-fix blockers, migration risks, and optional modernization improvements.
Output Contract
Return:
- Compatibility summary with target release assumptions.
- Findings with file/object references and concrete evidence.
- Suggested remediation with safest replacement pattern.
- Tests or ATC checks to run.
- Production or system-only checks that remain pending.
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 - /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 - /bas-dev-space-diagnose
Optional dev space type or workload lens
Open command

