testing-regression
Installation
SKILL.md
Regression Testing
Run regression tests to ensure new changes don't break existing functionality, coordinating with other test types for comprehensive coverage.
When to use me
Use this skill when:
- Making code changes that might affect existing functionality
- Preparing for releases or deployments
- Running automated test suites in CI/CD pipelines
- Validating fixes don't introduce new bugs
- Ensuring backward compatibility