Curate and maintain regression test suites by selecting, prioritizing, and pruning tests. Use when updating regression suites after feature changes, selecting the right subset of tests for release regression, identifying obsolete or redundant tests, or optimizing regression execution time while maintaining coverage.
Curate and maintain regression test suites by selecting, prioritizing, and pruning tests.
# Regression Pack: [Release/Sprint]
## Suite Health
- Total tests: [N] (was [N])
- Estimated execution time: [duration]
- Flaky tests quarantined: [N]
## Changes
| Action | Test | Reason |
|--------|------|--------|
| Add | [test name] | [why] |
| Update | [test name] | [why] |
| Remove | [test name] | [why] |
| Quarantine | [test name] | [flaky/obsolete] |
## Execution Order
1. [Critical path tests]
2. [High-risk area tests]
3. [Breadth coverage tests]