transport-release-gate

transport-release-gate is a skill for Claude Code, Codex from yzonur/sap-adt-mcp. It costs 131 tokens per session (1,212 once invoked), scanned A, original, MIT.

A pre-release checklist for SAP transport requests, which are packages of changes moved between SAP systems. It checks the request's objects, syntax, quality findings, locks, and unit tests, then gives a go/no-go report.

In plain words
What is it for?
Use it to assess whether an SAP transport is ready for release. It can run checks in read-only mode; releasing the transport remains a separate explicit action.
Why use it?
It helps find inactive objects, syntax errors, quality problems, failed tests, and conflicting locks before a transport is released.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assess whether an SAP transport is ready for release. It can run checks in read-only mode; releasing the transport remains a separate explicit action.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yzonur/sap-adt-mcp/transport-release-gate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yzonur/sap-adt-mcp --skill transport-release-gate
Clone the repo
git clone --depth 1 https://github.com/yzonur/sap-adt-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for transport-release-gate

README.md
[![agentmods](https://agentmods.dev/badge/skills/yzonur/sap-adt-mcp/transport-release-gate/github.svg)](https://agentmods.dev/skills/yzonur/sap-adt-mcp/transport-release-gate)
Your own site
<a href="https://agentmods.dev/skills/yzonur/sap-adt-mcp/transport-release-gate"><img src="https://agentmods.dev/badge/skills/yzonur/sap-adt-mcp/transport-release-gate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for transport-release-gate

Your own site · 80×15
<a href="https://agentmods.dev/skills/yzonur/sap-adt-mcp/transport-release-gate"><img src="https://agentmods.dev/badge/skills/yzonur/sap-adt-mcp/transport-release-gate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,212 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00131 $0.01212
Opus 5 $0.00066 $0.00606
Sonnet 5 $0.00026 $0.00242
Haiku 4.5 $0.00013 $0.00121

Measured 12d ago against content hash ccbdd540f4ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

transport-release-gate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/transport-release-gate/SKILL.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Transport Release Gate

A pre-release quality gate for SAP transport requests, built from sap-adt-mcp tools. The philosophy: the gate decides "ready or not"; the human decides "release". Never call adt_release_transport unless the user explicitly asks for the release after seeing the report.

Prerequisites

  • sap-adt-mcp ≥ 0.8.1 connected to the target system (adt_ping to verify).
  • NetWeaver 7.50+ or S/4HANA recommended. The core flow (transport read, syntax check, ATC worklist) works on most 7.4x+ systems, but ATC worklist endpoints vary across releases — if adt_run_atc_transport fails, fall back to per-object adt_run_atc.
  • ATC configured on the system: a check variant must exist. The tool uses the system default variant when none is passed; if the system has none, ask the user for a variant name (often DEFAULT or a Z variant).
  • SAP user authorizations: display for repository objects (S_DEVELOP display), transport read (S_TRANSPRT), ATC execution. Release additionally needs transport release authorization — only relevant if the user requests it.
  • Read-only mode is enough for ~90% of the gate: transport read, syntax check (/checkruns), and ATC (/atc/) are whitelisted read-only POSTs. Unit tests (adt_run_unit_tests) require write mode — in read-only mode, skip them and note that in the report. adt_release_transport obviously requires write mode too.

Workflow

Run the steps in order; collect findings as you go instead of stopping at the first problem — the report should show everything wrong at once.

1. Resolve the transport

adt_get_transport with the TR id. Verify it exists and is modifiable (already-released TRs can't be gated — say so and stop). Extract the object list. If the TR is empty, report "nothing to check" and stop.

2. Cheap structural checks first

  • adt_list_inactive_objects — any object of this TR still inactive is an instant NO-GO (released TRs with inactive objects import broken).
  • adt_list_locks — objects locked by other users/TRs indicate parallel work in flight; flag as a warning with the blocking TR if visible.
  • Optionally adt_transport_diff against the target system (if a second system is configured) to preview what would change on import.

Read the full file on GitHub · 102 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 102 lines · 131 tokens per session scan A ccbdd540f4ab

Subscribe to this mod's changes

transport-release-gate is a skill published in the GitHub repository yzonur/sap-adt-mcp (16 stars, last pushed 25d ago), licensed MIT. It adds 131 tokens to every session and 1,212 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.