Integration Test

🌐Community
by cockroachdb · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add integration-test npx -- -y @trustedskills/integration-test
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cockroachdb
Installs
12

🌐 Community

Passed automated security scans.