Integration Test
Helps with integration, testing as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add integration-test npx -- -y @trustedskills/integration-test
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"integration-test": {
"command": "npx",
"args": [
"-y",
"@trustedskills/integration-test"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, provided by cockroachdb/cockroach, allows AI agents to execute integration tests. It facilitates automated testing workflows and ensures system reliability through comprehensive verification of integrated components. The skill provides a means to run predefined test suites and report on their success or failure.
When to use it
- Automated CI/CD pipelines: Integrate the skill into your continuous integration and continuous delivery processes for automated regression testing.
- Post-deployment validation: Verify that new deployments of software components are functioning correctly within a larger system.
- Reproducing bugs: Use the skill to execute test cases that reliably reproduce reported issues, aiding in debugging efforts.
- Testing infrastructure changes: Validate that modifications to your underlying infrastructure don't negatively impact integrated services.
Key capabilities
- Test execution
- Reporting of test results (success/failure)
- Predefined test suites
Example prompts
- "Run the integration tests for version 23.2."
- "Execute all tests related to database replication."
- "Report on the status of the latest integration test run."
Tips & gotchas
The skill requires a properly configured testing environment with access to necessary resources and dependencies. Ensure that the AI agent has appropriate permissions to execute commands within this environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.