integration-test

Automate end-to-end validation of the Claude SDK workflow in the sandbox.

6|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/avivsinai/telclaude --skill integration-test-avivsinai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-test
Source: https://github.com/avivsinai/telclaude/tree/main/.claude/skills/integration-test
Command: npx skills add https://github.com/avivsinai/telclaude --skill integration-test-avivsinai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end validation of the Claude SDK workflow inside the sandbox to catch integration regressions after code changes, configuration updates, or new features.

Core Features & Use Cases

  • End-to-end SDK workflow validation across client, session management, network proxy, voice/TTS, and image-generation paths.
  • Automated verification of integration touchpoints to ensure the complete path works in production-like scenarios.
  • Use Case: After modifying SDK client code or session management, run the integration tests to certify the entire flow before deployment.

Quick Start

Run all integration tests to validate the complete Claude SDK sandbox workflow after changes.

Frequently Asked Questions about integration-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end SDK integration tests to catch regressions?

Automating end-to-end SDK integration tests validates the complete Claude SDK workflow inside a sandbox to catch integration regressions after code changes or configuration updates. It uses real prompts and sandbox paths to verify the entire flow works.

When do I need to run integration tests for SDK client code modifications?

You need to run integration tests for SDK client code modifications when you alter session management, loading components, or network paths. Testing these integration touchpoints certifies the complete workflow operates correctly in production-like scenarios before deployment.

Do I need sandbox access and environment keys to run SDK integration tests?

Yes, you need sandbox access and the necessary environment keys to run SDK integration tests. The validation requires real prompts and sandbox paths to execute tests and accurately report success or failure across the client and network components.

What is the best way to validate SDK session management and network proxy paths?

The best way to validate SDK session management and network proxy paths is through automated end-to-end testing in a sandbox. This approach verifies integration touchpoints across voice, TTS, and image-generation paths using real prompts to ensure production readiness.

Why does my SDK workflow break after updating configuration or adding new features?

Your SDK workflow might break after updates because integration touchpoints across client, session, or network paths can develop regressions. Running automated end-to-end integration tests in a sandbox identifies these failures before they impact production-like scenarios.

Can I use automated testing to verify voice and image-generation paths in the SDK?

Yes, you can use automated end-to-end integration testing to verify voice, TTS, and image-generation paths within the SDK. The tests validate these specific paths inside a sandbox environment to ensure the complete workflow handles real prompts correctly.