Regression Test
Automatically re-runs existing test suites to verify code changes haven't introduced regressions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add regression-test npx -- -y @trustedskills/regression-test
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"regression-test": {
"command": "npx",
"args": [
"-y",
"@trustedskills/regression-test"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to execute regression tests. It appears designed to automate testing processes, likely by running predefined test suites and reporting results. The specific functionality beyond that is not detailed in the provided source content.
When to use it
- Automated Testing: When you need to regularly run a suite of tests after code changes or updates.
- Verification: To ensure new features haven't introduced regressions (unexpected bugs) into existing functionality.
- Continuous Integration/Continuous Delivery (CI/CD): As part of an automated pipeline to validate software releases.
- Reproducibility: To consistently execute tests and verify results across different environments.
Key capabilities
- Executes regression test suites.
- Reports test results.
Example prompts
- "Run the 'smoke_test' regression suite."
- "Execute all available regression tests and report any failures."
- "Please run the regression tests for the user authentication module."
Tips & gotchas
The skill requires a pre-configured set of regression tests to be in place. Without properly defined test suites, the skill will not function correctly.
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.