Test Runner
Automatically executes test suites, analyzes results, and generates reports based on provided instructions and data.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add test-runner npx -- -y @trustedskills/test-runner
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"test-runner": {
"command": "npx",
"args": [
"-y",
"@trustedskills/test-runner"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The test-runner skill executes tests written in Rust and reports the results. It can run individual tests or entire test suites, providing detailed output including pass/fail status and any error messages. This allows for automated verification of code functionality within an AI agent's workflow.
When to use it
- Automated Code Verification: Run unit tests after a Rust program has been generated or modified by the agent.
- Integration Testing: Execute integration tests to ensure different components of a Rust project work together correctly.
- Continuous Integration: Integrate test execution into an automated build and deployment pipeline managed by the AI agent.
- Regression Testing: Automatically re-run existing tests after code changes to identify any unintended consequences.
Key capabilities
- Executes Rust tests.
- Reports test results (pass/fail).
- Provides detailed error messages on failure.
- Supports running individual tests or entire suites.
Example prompts
- "Run the
src/main.rsunit tests." - "Execute the integration tests in the
testsdirectory." - "Run test
test_additionand report the results."
Tips & gotchas
The skill requires a Rust development environment to be set up and accessible within the agent's execution context. Ensure that the necessary dependencies are installed before attempting to run tests.
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.