testing-integration

testing-integration is a skill for Claude Code from yonatangross/orchestkit. It costs 49 tokens per session (2,550 once invoked), scanned A, original, MIT.

A set of patterns for testing the points where parts of an application meet, such as APIs, databases, and separate services. It also covers contract tests, which check that two services agree on the data they exchange.

In plain words
What is it for?
Use it for API endpoint tests, component and database integration tests, Pact contract verification, property-based tests, and Zod schema validation.
Why use it?
Unit tests can pass while connected components still disagree or fail together. These checks find broken API shapes, database behaviour, schemas, and service contracts before release.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter; mentions subagents; mentions Claude Code.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is For complex emulate setups (full config generation, webhook HMAC, CI per-worker port isolation), delegate to the [`emulate-engineer`](../../agents/emulate-engin.

Part of the ork plugin — 106 skills, 35 commands, 36 agents, 32 hooks shipped together

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/yonatangross/orchestkit
agentmods
npx agentmods add skills/yonatangross/orchestkit/testing-integration

Made for: Claude Code.

Or install ork, the plugin that ships this one along with the rest of its 106 skills, 35 commands, 36 agents, 32 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/yonatangross/orchestkit/testing-integration.svg)](https://agentmods.dev/skills/yonatangross/orchestkit/testing-integration)
Your own site
<a href="https://agentmods.dev/skills/yonatangross/orchestkit/testing-integration"><img src="https://agentmods.dev/badge/skills/yonatangross/orchestkit/testing-integration.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,550 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00049 $0.02550
Opus 5 $0.00024 $0.01275
Sonnet 5 $0.00010 $0.00510
Haiku 4.5 $0.00005 $0.00255

Measured yesterday against content hash 77ff4fabf51a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

testing-integration 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 yesterday.

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.

plugins/ork/skills/testing-integration/SKILL.md · 284 lines

How it starts

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

Integration & Contract Testing

Focused patterns for testing API boundaries, cross-service contracts, component integration, database layers, property-based verification, and schema validation.

Quick Reference

For complex emulate setups (full config generation, webhook HMAC, CI per-worker port isolation), delegate to the emulate-engineer subagent. Pairs with the emulate-seed skill.

Area Rule / Reference Impact
Stateful API testing (emulate) rules/emulate-stateful-testing.md HIGH
API endpoint tests rules/integration-api.md HIGH
React component integration rules/integration-component.md HIGH
Database layer testing rules/integration-database.md HIGH
Zod schema validation rules/validation-zod-schema.md HIGH
Pact contract testing rules/verification-contract.md MEDIUM
Stateful testing (Hypothesis) rules/verification-stateful.md MEDIUM
Evidence & property-based rules/verification-techniques.md MEDIUM

References

Topic File
House rules not documented upstream references/ork-delta.md
Consumer-side Pact tests references/consumer-tests.md
Hypothesis strategies guide references/strategies-guide.md

Checklists

Checklist File
Contract testing readiness checklists/contract-testing-checklist.md
Property-based testing checklists/property-testing-checklist.md

Scripts & Templates

Script File
Create integration test scripts/create-integration-test.md

Examples

Example File
Full testing strategy examples/orchestkit-test-strategy.md

Upstream coverage (do not restate)

This skill wraps Pact, the Pact Broker, and FastAPI testing. It carries only the OrchestKit delta. Fetch the vendor docs for the topics below instead of restating them here.

Read the full file on GitHub · 284 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. yesterday First seen · 284 lines · 49 tokens per session scan A 77ff4fabf51a

Subscribe to this mod's changes

testing-integration is a skill published in the GitHub repository yonatangross/orchestkit (229 stars, last pushed today), licensed MIT. It adds 49 tokens to every session and 2,550 once invoked, about $0.0002 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-05.