What problem does it solve? Software changes such as fixes, enhancements, and refactoring can silently break previously working functionality. This Skill provides a structured process for selecting regression scope, maintaining regression suites, and verifying that existing behavior survives change before release. ## Core Features & Use Cases - Risk-Based Scope Selection: Identifies which existing behavior must be re-verified based on the change set and dependency analysis. - Living Regression Suite: Curates the suite continuously by adding cases from fixed defects and retiring obsolete tests. - Baseline Comparison: Executes the suite against the build under test and compares results against the regression baseline, reporting any behavioral change with evidence. - Use Case: Before merging a refactoring branch, use this Skill to select the affected regression scope, run the suite, and hand any confirmed regressions to defect management with documented evidence. ## Quick Start Ask the AI to select and execute a regression test scope for the current change set and report any behavioral differences against the existing baseline.