Build regression pack
build_regression_packGenerate a regression test pack to protect a specific feature area after refactors, migrations, or risky changes, ensuring stability.
Instructions
Generate a focused regression test pack for a feature area or recent change. Use after a refactor, migration, or risky change to ensure the area stays stable. Returns a set of test cases targeting the specified area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | Feature area, system, or flow to protect (e.g., 'checkout', 'user authentication', 'payment processing'). | |
| context | No | Recent change description or additional risk context (e.g., 'migrated payment provider from Stripe to Adyen'). |