integration-testing

integration-testing is a skill for Claude Code, Codex from lubochka/xiigen-general-skills. It costs 24 tokens per session (176 once invoked), scanned A, original, Apache-2.0.

A method for testing the connections between parts of a system, such as services, modules, tools, adapters, or data formats. These tests use realistic inputs and check the expected exchange between components.

In plain words
What is it for?
Use it to design or run focused tests for service calls, module interactions, tool integrations, adapters, and data-format contracts.
Why use it?
It catches problems at component boundaries that isolated tests may not reveal. This helps confirm that connected parts work together under realistic conditions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design or run focused tests for service calls, module interactions, tool integrations, adapters, and data-format contracts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lubochka/xiigen-general-skills/integration-testing
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 lubochka/xiigen-general-skills --skill integration-testing
Clone the repo
git clone --depth 1 https://github.com/lubochka/xiigen-general-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/lubochka/xiigen-general-skills/integration-testing/github.svg)](https://agentmods.dev/skills/lubochka/xiigen-general-skills/integration-testing)
Your own site
<a href="https://agentmods.dev/skills/lubochka/xiigen-general-skills/integration-testing"><img src="https://agentmods.dev/badge/skills/lubochka/xiigen-general-skills/integration-testing/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 integration-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/lubochka/xiigen-general-skills/integration-testing"><img src="https://agentmods.dev/badge/skills/lubochka/xiigen-general-skills/integration-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 176 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.00024 $0.00176
Opus 5 $0.00012 $0.00088
Sonnet 5 $0.00005 $0.00035
Haiku 4.5 $0.00002 $0.00018

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

Security

Grade A, and why

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 9d 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.

agent-skills/integration-testing/SKILL.md · 34 lines

What it actually says

Integration Testing

Purpose

Verify boundaries between components.

When to Use

Use when behavior crosses services, modules, tools, adapters, or data formats.

Inputs

Component boundary, contract, realistic inputs, target project commands.

Steps

  1. Identify the integration boundary.
  2. Define realistic inputs and expected outputs.
  3. Run or design the narrowest useful integration test.
  4. Record unsupported dependencies or blockers.

Gates

At least one meaningful boundary scenario is covered or blocked.

Evidence

Integration test output, contract check, or explicit blocker.

Anti-Patterns

Replacing integration coverage with isolated unit tests only.

test-integrity, e2e-test-matrix

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. 9d ago First seen · 34 lines · 24 tokens per session scan A a59605a460c3

Subscribe to this mod's changes

integration-testing is a skill published in the GitHub repository lubochka/xiigen-general-skills (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 24 tokens to every session and 176 once invoked, about $0.0001 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-08-31.

Related

Other skills, from other repositories

accessibility-a11y

WCAG 2.2 compliance, ARIA patterns, keyboard navigation, screen readers, automated testing.

travisjneuman/.claude · 26 tokens

agent-eval

Use when measuring whether an LLM or agent system actually got better and gating merges on it: golden sets, fixing an inflated LLM-as-judge, scoring RAG (faithfulness, contextual recall) or agent trajectories (tool correctness, completion), or picking an eval framework. NOT building the agent loop, tools or RAG…

ericrisco/rsc-harness · 79 tokens

e2e-check

Run E2E tests or interactive browser verification. Triggers on: 'run e2e', 'e2e test', 'browser test', 'check in browser', 'verify UI', 'interactive test'.

faizkhairi/claude-code-blueprint · 48 tokens

verification-contract

Internal contract: one compact frozen ACCEPTANCE.md per delivery unit, its validation ladder, anti-weakening rules, and blob-bound execution receipt. Consumed by planners, execute-phase, and review-change.

gtrabanco/agentic-workflow · 44 tokens

pdlc-feature

An automated workflow for taking a new software feature from a description or requirements document through requirements, design, testing, implementation, review, and release preparation. It keeps one feature ID across the documents and requires tests before implementation.

kanfu-panda/pdlc-skills · 30 tokens

pdlc-quality

A quality gate that runs configured coverage, end-to-end, and lint checks, compares their real results with declared targets, and creates a report for human approval.

kanfu-panda/pdlc-skills · 0 tokens