From testing
Testing multiple components together; contract verification; real I/O (database, HTTP). Use when testing component interactions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/testing:integration-test-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Tests that verify components work together correctly.
Tests that verify components work together correctly.
You are designing integration tests. These test real interactions with databases, APIs, or file systems.
npx claudepluginhub sethdford/claude-skills --plugin engineer-testingGuides writing integration tests that verify component interactions (database, API, message bus) with real dependencies. Covers contract testing as a lighter alternative for service boundaries.
Executes integration tests for APIs, databases, services, queues, and files using real dependencies and Docker infra. Validates component interactions without mocks.
Tests API endpoints, validates consumer-driven contracts between microservices, and verifies database interactions against real infrastructure.