Test Automation
Helps with testing, automation as part of testing, debugging, and quality assurance workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add test-automation npx -- -y @trustedskills/test-automation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"test-automation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/test-automation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The test-automation skill empowers AI agents to execute automated testing workflows within the Aidoc Flow Framework. It enables agents to validate system behavior, run regression suites, and generate detailed reports without manual intervention.
When to use it
- Triggering end-to-end tests when a new code deployment occurs in your CI/CD pipeline.
- Verifying that specific medical imaging analysis workflows function correctly after configuration changes.
- Running scheduled regression suites to ensure existing features remain stable over time.
- Generating automated test reports for stakeholders after a successful build cycle.
Key capabilities
- Execution of automated test scripts within the Aidoc environment.
- Integration with the Aidoc Flow Framework for workflow orchestration.
- Validation of system outputs against expected results.
- Reporting mechanisms for test outcomes and failures.
Example prompts
- "Run the full regression suite for the radiology reporting module and summarize the results."
- "Execute a specific test case to verify that new DICOM metadata is handled correctly."
- "Trigger automated validation checks after the latest patch update was deployed to production."
Tips & gotchas
Ensure your Aidoc Flow Framework environment is properly configured with necessary credentials before running tests. This skill relies on existing test scripts; you must have defined the test cases beforehand for the agent to execute them successfully.
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.