sap-transport-review

sap-transport-review is a skill for Claude Code from arc-mcp/arc-1. It costs 113 tokens per session (3,462 once invoked), scanned A, original, MIT.

A change-review report for SAP, the business software platform, that compares source code in a transport or unactivated drafts and shows what changed.

In plain words
What is it for?
Use it to review SAP transports, inspect unfinished changes, prepare hand-offs, or check changes before release.
Why use it?
It replaces a full source-code dump with focused differences and risk flags, making review and approval easier.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the arc-1 plugin — 24 skills, 8 commands, 1 MCP server shipped together

Good fit Use it to review SAP transports, inspect unfinished changes, prepare hand-offs, or check changes before release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arc-mcp/arc-1/sap-transport-review
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 arc-mcp/arc-1 --skill sap-transport-review
Clone the repo
git clone --depth 1 https://github.com/arc-mcp/arc-1

Made for: Claude Code.

Or install arc-1, the plugin that ships this one along with the rest of its 24 skills, 8 commands, 1 MCP server.

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 sap-transport-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/arc-mcp/arc-1/sap-transport-review/github.svg)](https://agentmods.dev/skills/arc-mcp/arc-1/sap-transport-review)
Your own site
<a href="https://agentmods.dev/skills/arc-mcp/arc-1/sap-transport-review"><img src="https://agentmods.dev/badge/skills/arc-mcp/arc-1/sap-transport-review/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 sap-transport-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/arc-mcp/arc-1/sap-transport-review"><img src="https://agentmods.dev/badge/skills/arc-mcp/arc-1/sap-transport-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,462 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00113 $0.03462
Opus 5 $0.00056 $0.01731
Sonnet 5 $0.00023 $0.00692
Haiku 4.5 $0.00011 $0.00346

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

Security

Grade A, and why

sap-transport-review 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 13d 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/sap-transport-review/SKILL.md · 209 lines

How it starts

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

SAP Transport / Change Review

Answer "what actually changed?" for a transport or for your in-flight (unactivated) work, as a reviewable report: a per-object unified diff plus risk flags — not a wall of full source.

It leans on two token-cheap ARC-1 primitives so a review of a 30-object transport costs a handful of small diffs instead of 60 full-source reads:

  • SAPTransport(action="list", summary=true) — scan many open transports cheaply (objects omitted, objectCount kept), then drill into one.
  • SAPRead(action="diff", from=…, to=…) — server-side unified diff per object; the response is just the hunks.

Complements explain-abap-code (deep single-object understanding) and sap-object-documenter (written docs for a package). This skill is about delta — what moved between two points in time — for code review, hand-off, or a pre-release gate.

Pick the mode (who's asking)

You are… Scope What the skill does
Reviewing a transport (senior dev / approver) one transport id Diff every safely resolved source object, label the version coverage, and add impact/quality checks only when requested or risk-triggered. The chat / whole-transport twin of Eclipse ADT 3.6's "Object Changes" tab (same source-diff coverage boundary).
Checking your own recent work (dev) your modifiable transports "What have I changed since my last release?" — diff each object's last-released version → current. Light: skip impact/ATC unless asked.

For a system-wide inventory of every open transport (basis: who has what open, how big, conflicts — no diffs) that's a different job → sap-transport-overview.

Smart Defaults (apply silently, do NOT ask)

Setting Default Rationale
Transport scope current user, modifiable (status="D") The work in progress, not released history
Overview first summary=true when listing Cheap scan before pulling any object list in full
Diff direction (in-flight) from="active", to="inactive" Exact for pending, unactivated source only; it does not reconstruct changes already activated in an open request
Diffable types PROG, CLAS, INTF, FUNC, FUGR, INCL, DDLS, DCLS, BDEF, SRVD, DDLX, TABL The plain-text source types action="diff" supports
Object-diff cap ~40 Above that, summarize counts and ask which to expand
Impact On for changed CDS/RAP objects in a risk-focused review; otherwise opt-in Focus the extra reads where dependency risk exists
ATC Opt-in (+atc) or clearly risk-triggered; bounded to changed objects ATC is workload-producing and must not fan out silently across a large request

Read the full file on GitHub · 209 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. 13d ago First seen · 209 lines · 113 tokens per session scan A 4ff749756df7

Subscribe to this mod's changes

sap-transport-review is a skill published in the GitHub repository arc-mcp/arc-1 (191 stars, last pushed yesterday), licensed MIT. It adds 113 tokens to every session and 3,462 once invoked, about $0.0006 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.