From sc4sap
Guides through CTS transport release: lists open transports, validates syntax and inactive objects, then releases and confirms import readiness for SAP ABAP systems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc4sap:releaseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Full CTS (Change and Transport System) transport release workflow. Hybrid mode: confirms transport selection interactively, then auto-executes validation and release steps.
Full CTS (Change and Transport System) transport release workflow. Hybrid mode: confirms transport selection interactively, then auto-executes validation and release steps.
sc4sap:release guides you through the complete CTS transport release process: listing available transports, selecting the target, validating pre-release conditions, performing the release, and confirming import readiness. It prevents releasing transports with syntax errors or inactive objects.<Response_Prefix>
Every response triggered by this skill MUST begin with [Model: <main-model> · Dispatched: <sub-summary>] per ../../common/model-routing-rule.md § Response Prefix Convention.
</Response_Prefix>
<Use_When>
<Do_Not_Use_When>
/sc4sap:create-object (which handles transport assignment) or CreateTransport directly<Hybrid_Mode> Confirm (interactive): Transport selection — always asks the user to confirm which transport to release. Auto-execute: Validation and release steps run automatically after confirmation.
This ensures you never accidentally release the wrong transport, but don't need to manually trigger each validation step. </Hybrid_Mode>
<Workflow_Steps>
Step 1 - List Transports (auto)
ListTransports to retrieve open modifiable transportsStep 2 - Select Transport (confirm required)
GetTransport to show full transport details including object listStep 3 - Pre-Release Validation (auto, after confirmation)
GetAbapAST or GetAbapSemanticAnalysis — abort if any syntax errorsGetInactiveObjects — abort if any objects in the transport are still inactiveStep 4 - Release (auto, only if Step 3 all PASS)
Step 5 - Import Confirmation
</Workflow_Steps>
<Error_Handling>
Update* calls or re-run /sc4sap:create-program<MCP_Tools_Used>
ListTransports — retrieve open transportsGetTransport — transport details and object listGetAbapAST — syntax validation per objectGetAbapSemanticAnalysis — semantic validationGetInactiveObjects — check for inactive objects
</MCP_Tools_Used>Task: {{ARGUMENTS}}
npx claudepluginhub babamba2/superclaude-for-sap --plugin sc4sapLists every open transport request system-wide with owner, size, and risk flags (locked objects, $TMP, stale/empty). Headers-only, no source diffs. Use for transport backlog, open requests overview, or import-order conflicts.
Configures and manages SAP BTP Cloud Transport Management: transport landscapes, nodes/routes, MTA deployments to Cloud Foundry, CI/CD integration, ABAP transports, troubleshooting.
Guides creating, exporting, and importing transport packages to move data models between SAP Datasphere tenants from Dev to QA/Prod. Manages dependencies, versions, and SAP Content Network integration.