smoke_test_gate
Create a before-and-after validation checkpoint for refactoring changes, capturing measurable states to prove no regressions occur.
Instructions
TRIGGER: Call this EXACTLY ONCE before starting a refactor (create), and ONCE after finishing it (complete). 🚦 Smoke Test Gate — Before/after validation checkpoint. Creates explicit proof that changes don't regress. Args: description: What change is being validated before_state: Measurable state BEFORE the change after_state: Measurable state AFTER the change (leave empty when creating) action: 'create' to start a gate, 'complete' to finish one
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | create | |
| after_state | No | ||
| description | Yes | ||
| before_state | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |