running-integration-tests
About
This skill enables Claude to run and manage integration test suites for your project. It automates environment setup, database operations (creation, migrations, seeding), and service orchestration. Use it when you need to execute integration tests, specify particular suites, or include options like code coverage.
Documentation
Overview
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.
How It Works
- Environment Preparation: The plugin sets up the test environment, including creating/resetting databases, running migrations, and seeding test data.
- Test Execution: The plugin executes the integration test suites, capturing detailed logs and reporting progress.
- Cleanup: After the tests, the plugin cleans up the environment, dropping the test database, stopping services, and removing temporary files to prevent test pollution.
When to Use This Skill
This skill activates when you need to:
- Run all integration tests for a project.
- Run a specific integration test suite (e.g., "API tests").
- Run integration tests with code coverage analysis.
Examples
Example 1: Running All Integration Tests
User request: "/run-integration"
The skill will:
- Prepare the test environment (database, services).
- Execute all integration test suites defined in the project.
- Generate a report with pass/fail counts and coverage metrics.
- Clean up the test environment.
Example 2: Running a Specific Test Suite
User request: "/run-integration api"
The skill will:
- Prepare the test environment.
- Execute only the "api" integration test suite.
- Generate a report specific to the "api" suite.
- Clean up the test environment.
Best Practices
- Configuration: Ensure test configurations are properly set up in
test/integration/config.json,.env.test, or related files. - Dependencies: Define all necessary services and dependencies in the test environment configuration.
- Test Design: Write focused integration tests that verify specific interactions between components.
Integration
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.
Quick Install
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/integration-test-runnerCopy and paste this command in Claude Code to install this skill
GitHub 仓库
Related Skills
sglang
MetaSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
llamaguard
OtherLlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.
evaluating-llms-harness
TestingThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
langchain
MetaLangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.
