AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Transport Release

skill-vigneshbarani24-sap-superpowers-transport-release · by vigneshbarani24

Use when releasing transport requests through the SAP transport landscape. Enforces pre-release checks, dependency validation, and proper CTS workflow — DEV → QAS → PRD with quality gates at each stage.

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-vigneshbarani24-sap-superpowers-transport-release

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-vigneshbarani24-sap-superpowers-transport-release)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Transport Release? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Transport Release — CTS Workflow Management

This skill manages the release and promotion of transport requests through the SAP transport landscape. It enforces quality gates before each release and ensures proper CTS discipline.

Iron Laws

  1. NEVER RELEASE WITHOUT PRE-RELEASE CHECKS. Every transport must pass: syntax check on all objects, ATC run clean, unit tests pass, no inactive objects, and no missing dependencies.
  1. NEVER SKIP IMPORT SEQUENCE. Transports release in dependency order. If Transport B depends on Transport A, A must be imported first. Out-of-sequence imports cause dump-at-import.
  1. NEVER RELEASE DIRECTLY TO PRODUCTION. All transports follow DEV → QAS → PRD. No direct modifications to production objects. No emergency transports without documented justification and post-release review.
  1. ALWAYS VERIFY AFTER IMPORT. After importing into each target system, verify: no import errors, objects active, no short dumps in SM21, application works as expected.

Before releasing any transport:

  1. All objects in the transport compile without syntax errors
  2. No inactive objects remain (SE80 → Inactive Objects)
  3. ATC run completed with zero P1/P2 findings
  4. All unit tests pass
  5. Transport description follows standard: "[Module]-[Type]-[Brief description]"
  6. No unauthorized objects included (cross-check with the development task scope)

Release Process

Step 1 — Transport Inventory

Document the transport contents:

  • Transport number and description
  • All objects included (type, name, action: create/modify/delete)
  • Owner and development task
  • Dependencies on other transports

Step 2 — Pre-Release Checks

Run all checks before releasing:

  • Syntax check on every object
  • ATC with project check variant
  • Unit test execution for all modified classes
  • Inactive object check (must be zero)
  • Cross-reference check (no missing includes/dependencies)

Step 3 — Release from Development

  • Release the task (developer level)
  • Release the request (project lead level)
  • Verify transport log is clean (return code 0 or 4, NOT 8 or 12)

Step 4 — QAS Import & Verification

  • Import into quality assurance system
  • Verify import log (RC 0 or 4)
  • Run smoke tests in QAS
  • Verify no new short dumps (SM21)
  • Get QA sign-off

Step 5 — Production Import

  • Schedule production import during maintenance window
  • Import with appropriate options (R3trans flags)
  • Verify import log
  • Run production verification tests
  • Monitor SM21 and ST22 for 24 hours post-import

Transport Description Standard

[MODULE]-[TYPE]-[Description]

Examples:
FI-ENH-Custom payment block logic for vendor invoices
MM-FIX-Purchase order pricing condition type determination
SD-NEW-Customer credit check enhancement via BAdI
BC-CFG-Transport route configuration for new QAS client

Verification

  • [ ] All pre-release checks passed
  • [ ] Transport released with clean log
  • [ ] QAS import successful with RC ≤ 4
  • [ ] QAS verification completed
  • [ ] Production import scheduled/completed per process
  • [ ] Post-import monitoring confirms no issues

Next Skill

After transport release: hypercare (for post-deployment monitoring)

Cross-References

  • autopilot — Creates objects that need transport management
  • go-live-readiness — Verifies all transports are released and imported before go-live
  • self-correcting-loop — Fixes issues found during pre-release checks

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.