From jeremylongshore-claude-code-plugins-plus-skills
Generates integration test configurations and code for API integration testing, including webhooks, SDK generation, and OAuth patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:integration-test-generatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for integration test generator tasks within the API Integration domain.
This skill provides automated assistance for integration test generator tasks within the API Integration domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with integration test generator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the API Integration skill category. Tags: integration, webhooks, sdk, oauth, third-party
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin ejentum-reasoningGenerates API test configurations and code, guiding users through unit, integration, and mocking patterns for test automation.
Scaffolds third-party service integrations: detects project language (TypeScript/Python/Go/Rust/Ruby), pulls SDK docs via Context7, chooses tier, generates client/auth/webhooks with error handling/tests.
Guides writing integration tests that verify component interactions (database, API, message bus) with real dependencies. Covers contract testing as a lighter alternative for service boundaries.