code-reviewer
Installation
SKILL.md
Code Reviewer Skill
Provides instant feedback on code during development without blocking workflow.
What This Does
Reviews submitted code for:
- Starter Pattern Compliance - Does it match your 20 starter scripts' style?
- Modern Practices - Input System usage, async/await patterns, DI, pooling
- Memory Safety - Object cleanup, pooling, resource management
- Integration Issues - Does it connect properly to GameManager, managers, other systems?
- Performance - Obvious inefficiencies, unnecessary allocations
- Best Practices - Error handling, null checks, logging, edge cases
- Architectural Consistency - Does it fit the system design?