wms-testing-patterns

wms-testing-patterns is a skill for Claude Code from summarybotng/summarybot-ng. It costs 64 tokens per session (8,844 once invoked), scanned A, original, MIT.

A collection of testing patterns for warehouse management systems, which control inventory, picking, packing, shipping, and warehouse device workflows. It also covers electronic data interchange messages and synchronization with enterprise resource planning systems.

In plain words
What is it for?
Use it to test inventory receipts and adjustments, pick-pack-ship flows, barcode scanning, allocation rules, EDI messages, warehouse waves, and WMS-ERP integrations.
Why use it?
Warehouse errors can produce incorrect stock, failed shipments, or mismatched business records. These patterns help test both normal operations and exceptions such as short picks, damaged goods, and returns.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to test inventory receipts and adjustments, pick-pack-ship flows, barcode scanning, allocation rules, EDI messages, warehouse waves, and WMS-ERP integrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/summarybotng/summarybot-ng/wms-testing-patterns
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 summarybotng/summarybot-ng --skill wms-testing-patterns
Clone the repo
git clone --depth 1 https://github.com/summarybotng/summarybot-ng

Made for: Claude Code.

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 wms-testing-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/wms-testing-patterns/github.svg)](https://agentmods.dev/skills/summarybotng/summarybot-ng/wms-testing-patterns)
Your own site
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/wms-testing-patterns"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/wms-testing-patterns/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 wms-testing-patterns

Your own site · 80×15
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/wms-testing-patterns"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/wms-testing-patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,844 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.00064 $0.08844
Opus 5 $0.00032 $0.04422
Sonnet 5 $0.00013 $0.01769
Haiku 4.5 $0.00006 $0.00884

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

Security

Grade A, and why

wms-testing-patterns 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 6d 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.

.claude/skills/wms-testing-patterns/SKILL.md · 950 lines

How it starts

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

WMS Testing Patterns

<default_to_action> When testing Warehouse Management Systems:

  1. VALIDATE inventory accuracy (receipt, putaway, cycle count, adjustments)
  2. TEST pick/pack/ship workflows end-to-end (wave release -> shipment confirm)
  3. VERIFY EDI message processing (856 ASN, 940 Order, 945 Confirmation, 943/944 Stock)
  4. ASSERT RF/barcode scanning flows (scan -> validate -> update -> confirm)
  5. EXERCISE allocation and replenishment logic (FIFO, FEFO, lot control)
  6. TEST WMS-ERP integration (inventory sync, order status, goods receipt)
  7. VALIDATE wave management (wave planning, release, short-pick handling)

Quick Pattern Selection:

  • Inventory discrepancies -> Cycle count and adjustment tests
  • Order fulfillment issues -> Pick/pack/ship workflow tests
  • EDI failures -> Message format and acknowledgment tests
  • Scanning problems -> RF device simulation tests
  • Allocation errors -> Lot control and FIFO/FEFO tests
  • Integration gaps -> WMS-ERP sync boundary tests

Critical Success Factors:

  • WMS accuracy directly impacts customer experience and financial reporting
  • Always test both normal and exception flows (short picks, damaged goods, returns)
  • EDI testing must cover both syntax validation AND business rule validation </default_to_action>

Quick Reference Card

When to Use

  • Testing WMS platforms (Blue Yonder/JDA, Manhattan Associates, SAP EWM, Oracle WMS)
  • Validating inventory transaction accuracy (receipts, picks, adjustments)
  • Testing EDI document exchange (X12 856/940/945/943/944, EDIFACT DESADV/ORDERS)
  • Verifying RF/mobile scanning workflows
  • Testing wave management and allocation logic
  • Validating WMS-to-ERP integration (SAP MM/WM, Oracle)

Testing Levels

Level Purpose Dependencies Speed
Unit Logic Allocation/replenishment rules None Fast
API Contract WMS REST/SOAP endpoint contracts API stubs Fast
EDI Validation Document syntax + business rules EDI parser Medium
Integration WMS-ERP inventory sync Full stack Slower
E2E Workflow Complete order fulfillment cycle WMS + ERP + TMS Slow

Read the full file on GitHub · 950 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. 6d ago First seen · 950 lines · 64 tokens per session scan A 40a659216c6f

Subscribe to this mod's changes

wms-testing-patterns is a skill published in the GitHub repository summarybotng/summarybot-ng (2 stars, last pushed 3mo ago), licensed MIT. It adds 64 tokens to every session and 8,844 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.