Skip to content
Development
Skill

/integration-test

Testing boundaries between components, databases, and external APIs

From plugin
pudo-code-system
534 skills1 agent
Install
$ npx -y skills add DongDuong2001/pudo-code-system --skill integration-test --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/integration-test

Context preview

The summary Claude sees to decide when to auto-load this skill.

Testing boundaries between components, databases, and external APIs

SKILL.md

integration-test.SKILL.md
name: integration-test
description: Testing boundaries between components, databases, and external APIs

Integration Test Skill

This skill governs testing the seams and connections between various components of the system.

When to use this skill

  • When validating database queries, ORM layers, and transaction logic.
  • When ensuring microservices communicate correctly.
  • When testing against third-party API contracts.

Guidelines

  • **Real Infrastructure:** Where possible, use real databases (via Docker/Testcontainers) instead of in-memory mocks for accurate behavior replication.
  • **Clean State:** Ensure the database or state is reset before or after each integration test to prevent cross-test pollution.
  • **Contract Testing:** Consider Consumer-Driven Contracts (like Pact) when integrating with external services to catch API changes early.
Ships withpudo-code-system

Modular, scalable, automated development intelligence.

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: DongDuong2001/pudo-code-system

Other skills on pudo-code-system.