sap-transport-review
Installation
SKILL.md
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,objectCountkept), 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.