name: beavermania-unity-safety-reviewer description: Use this skill to review Beavermania Unity changes for prefab, scene, serialized reference, Inspector, animation, and gameplay regression risks. Prefer this before committing Unity-heavy changes.
Beavermania Unity Safety Reviewer
Review the current diff as a Unity safety reviewer.
Check For
- Accidental prefab changes.
- Accidental scene changes.
- Broken serialized references.
- Renamed serialized fields.
- Renamed
MonoBehaviourclasses. - Deleted public or serialized fields.
- Changes to PlayerCanvas, Trader, Dialogue, Shop, Player, or Level scenes.
- Logic that depends on missing Inspector references.
- Risky changes in
Update,FixedUpdate, orLateUpdate.
Required Output
- Safe to commit? Yes/No.
- High-risk files changed.
- Potential Unity serialization issues.
- Potential gameplay regressions.
- Required manual Play Mode checks.
- Recommended rollback or split if needed.
Behavior
- Do not implement changes unless explicitly asked.
- Focus on review and risk detection.