What problem does it solve?
Unity gameplay scripts often suffer from unclear responsibilities, hidden coupling, and poor maintainability. This Skill provides a structured design review to improve script quality, reduce dependencies, and guide refactors before or after script implementation.
Core Features & Use Cases
- Design-first review: evaluates script responsibility, role, and interaction patterns to ensure a clear, cohesive unit of behavior.
- Coupling & maintainability guidance: highlights hidden globals, scene lookups, and opportunities to extract interfaces or plain classes to improve testability.
- Refactor guidance: offers actionable recommendations to simplify architecture, improve inspector UX, and clarify lifecycle management for subscriptions, timers, and async work.
- Use Case: before shipping gameplay scripts, or after code generation when a design pass is needed to improve readability and future extensibility.
Quick Start
Provide your Unity gameplay script or snippet and I will perform a design-focused review with actionable improvements.