What problem does it solve?
Manually reviewing Unity C# code for hidden anti-patterns, performance bottlenecks, and runtime safety issues is slow and unreliable, often letting critical bugs and performance problems reach production game builds.
Core Features & Use Cases
- Intelligent Scope Detection: Automatically targets only recently edited, user-specified, or uncommitted C# files to avoid wasteful full codebase scans.
- Dual-Pass Review Pipeline: Runs a deterministic policy check first to flag high-confidence issues, then uses contextual AI analysis for prioritization, detailed explanations, and tailored fix suggestions.
- Use Case: After updating a Unity enemy AI script, run this skill to immediately catch issues like uncached GetComponent calls in Update loops or missing event unsubscriptions that would cause memory leaks or silent failures in gameplay.
Quick Start
Use the best-practice skill to review all C# files you modified in your current Unity project for code quality and safety issues.