enterprise-integration-testing

enterprise-integration-testing is a skill for Claude Code, Codex from summarybotng/summarybot-ng. It costs 60 tokens per session (6,836 once invoked), scanned A, original, MIT.

Orchestration skill for enterprise integration testing across SAP, middleware, WMS, and backend systems. Covers E2E enterprise flows, SAP-specific patterns (RFC, BAPI, IDoc, OData, Fiori), cross-system data validation, and enterprise quality gates.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/summarybotng/summarybot-ng/enterprise-integration-testing
Any agent
npx skills add summarybotng/summarybot-ng --skill enterprise-integration-testing
Clone the repo
git clone --depth 1 https://github.com/summarybotng/summarybot-ng

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 enterprise-integration-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/enterprise-integration-testing.svg)](https://agentmods.dev/skills/summarybotng/summarybot-ng/enterprise-integration-testing)
Your own site
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/enterprise-integration-testing"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/enterprise-integration-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,836 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00060 $0.06836
Opus 5 $0.00030 $0.03418
Sonnet 5 $0.00012 $0.01367
Haiku 4.5 $0.00006 $0.00684

Measured today against content hash c51bf7ad9987, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

enterprise-integration-testing 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 today.

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.

.claude/skills/enterprise-integration-testing/SKILL.md · 736 lines

How it starts

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

Enterprise Integration Testing

<default_to_action> When testing enterprise integrations or SAP-connected systems:

  1. MAP the end-to-end flow (web -> API -> middleware -> backend -> response)
  2. IDENTIFY integration points and protocols (REST, SOAP, RFC, IDoc, OData, EDI)
  3. SELECT the right agent for each integration type
  4. TEST each integration boundary with contract and data validation
  5. VALIDATE cross-system data consistency (SAP <-> WMS <-> middleware)
  6. EXERCISE enterprise error handling (compensation, retry, alerting)
  7. GATE releases with enterprise-specific quality criteria

Agent Selection Guide:

  • SAP RFC/BAPI calls -> qe-sap-rfc-tester
  • SAP IDoc flows -> qe-sap-idoc-tester
  • OData/Fiori services -> qe-odata-contract-tester
  • SOAP/ESB endpoints -> qe-soap-tester
  • Message broker flows -> qe-message-broker-tester
  • Middleware routing/transformation -> qe-middleware-validator
  • Authorization / SoD conflicts -> qe-sod-analyzer

Critical Success Factors:

  • Enterprise testing is cross-system: no system is tested in isolation
  • Data consistency across systems is the primary quality signal
  • Environment access and test data are the biggest bottlenecks </default_to_action>

Quick Reference Card

When to Use

  • Testing SAP-connected enterprise systems (S/4HANA, ECC, BW)
  • Validating end-to-end business processes (Order-to-Cash, Procure-to-Pay)
  • Testing middleware/ESB integrations (IIB, MuleSoft, SAP PI/PO)
  • Cross-system data reconciliation (SAP <-> WMS <-> CRM)
  • Enterprise release readiness assessment

Enterprise Integration Types

Integration Protocol Agent Typical Use
SAP RFC/BAPI RFC qe-sap-rfc-tester Real-time SAP function calls
SAP IDoc ALE/EDI qe-sap-idoc-tester Asynchronous document exchange
SAP OData REST/OData qe-odata-contract-tester Fiori apps, external APIs
SOAP/ESB SOAP/HTTP qe-soap-tester Legacy service integration
Message Broker AMQP/JMS qe-message-broker-tester Async messaging (MQ, Kafka)
Middleware Various qe-middleware-validator Routing, transformation
Authorization SAP Auth qe-sod-analyzer SoD conflicts, role testing

Read the full file on GitHub · 736 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today First seen · 736 lines · 60 tokens per session scan A c51bf7ad9987

Subscribe to this mod's changes

enterprise-integration-testing is a skill published in the GitHub repository summarybotng/summarybot-ng (2 stars, last pushed 2mo ago), licensed MIT. It adds 60 tokens to every session and 6,836 once invoked, about $0.0003 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-09-03.