sap-transport-readiness

Resolve SAP ABAP transport requests and evaluate E071 inventory readiness.

7|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-transport-readiness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-transport-readiness
Source: https://github.com/sapdev-ai/sap-dev/tree/main/plugins/sap-dev-core/skills/sap-transport-readiness
Command: npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-transport-readiness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Release gating for ABAP transport requests to verify readiness before QA/production, preventing unsafe releases by evaluating TR inventories and read-only checks.

Core Features & Use Cases

  • Resolves the TR from an explicit TR number or from current defaults, builds its E071 inventory, and runs read-only RFC checks (unreleased child tasks, inactive objects, local / TMP objects, and a multi-package note).
  • Optionally chains /sap-atc and /sap-run-abap-unit and folds their verdicts into a single GO/NO-GO decision.
  • Writes a reviewer report, findings TSV/JSON, and object inventory, and registers outputs in the artifact index for an evidence pack.

Quick Start

Run sap-transport-readiness with a TR and optional flags to obtain a GO/NO-GO verdict and accompanying reports.

Frequently Asked Questions about sap-transport-readiness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check SAP ABAP transport readiness before a QA release?

SAP ABAP transport readiness is checked by resolving a TR, enumerating its E071 inventory, and running read-only RFC checks for unreleased tasks, inactive objects, and local/TMP objects to produce a GO/NO-GO verdict.

What problems cause an ABAP transport request to fail a release gate?

An ABAP transport request fails the release gate when read-only RFC checks detect unreleased child tasks, inactive objects, local/TMP objects, or multi-package notes within the TR inventory.

Can I include ATC and ABAP Unit results in my transport readiness GO/NO-GO decision?

Yes, sap-transport-readiness optionally chains ATC and ABAP Unit checks, folding their verdicts into a unified GO, GO_WITH_WARNINGS, or NO-GO decision alongside the standard E071 inventory checks.

How do I automate an SAP transport go-no-go gate for TR inventories?

Automate an SAP transport go-no-go gate by running the Skill with a TR number and optional flags to execute read-only RFC checks, generating a reviewer report, findings TSV/JSON, and object inventory as outputs.

Does transport readiness checking work with TRs in local or TMP packages?

Transport readiness checking explicitly detects local and TMP objects within a TR inventory during its read-only RFC validation, flagging them in the final NO-GO or GO_WITH_WARNINGS verdict.

What evidence reports are generated for an ABAP transport readiness check?

ABAP transport readiness checks generate a reviewer report, findings in TSV and JSON formats, and an object inventory, all registered in the artifact index to provide an evidence pack for release gating.