Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The example migration explicitly removes `s.name` after copying it to `s.full_name`, but the surrounding example does not include an explicit warning that this is a destructive step with potential data-loss consequences if the copy was incomplete, incorrect, or if dependent queries still rely on the old property. In a skill that generates migration plans and scripts, users may copy examples directly into production workflows, so omission of a clear warning and verification/rollback guidance materially increases the chance of accidental schema-breaking changes.
