| name | code-review |
| description | Performs architectural and quality code review on Unity C# files. Checks coding standards, SOLID, Unity best practices, and performance. |
| argument-hint | [path-to-file-or-directory] |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Bash |
When this skill is invoked:
-
Read the target file(s) in full.
-
Read CLAUDE.md for project coding standards.
-
Identify the system category (Tools, Resources, Prompts, ChatUI, Runtime, Agent SDK Server) and apply category-specific standards.
-
Evaluate against coding standards:
-
Check Unity-specific issues:
-
Check architecture:
-
Output the review:
## Code Review: [File/System Name]
### Standards Compliance: [X/7 passing]
[List failures with line references]
### Unity Best Practices: [CLEAN / ISSUES FOUND]
[List specific concerns]
### Architecture: [CLEAN / ISSUES FOUND]
[List specific violations]
### Positive Observations
[What is done well]
### Required Changes
[Must-fix items]
### Suggestions
[Nice-to-have improvements]
### Verdict: [APPROVED / APPROVED WITH SUGGESTIONS / CHANGES REQUIRED]