Runs and manages integration test suites with automated environment setup, database seeding, service orchestration, and cleanup. Triggered by '/run-integration' or '/rit'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/integration-test-runner:integration-test-runnerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to execute comprehensive integration tests, ensuring seamless interactions between various system components. It automates the often complex setup and teardown processes, providing reliable and repeatable test runs.
This skill empowers Claude to execute comprehensive integration tests, ensuring seamless interactions between various system components. It automates the often complex setup and teardown processes, providing reliable and repeatable test runs.
This skill activates when you need to:
User request: "/run-integration"
The skill will:
User request: "/run-integration api"
The skill will:
test/integration/config.json, .env.test, or related files.This skill works seamlessly with other plugins by ensuring a clean and isolated test environment. It avoids conflicts with other processes and provides reliable results.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin integration-test-runner