Unity C# Code Review
Unity C# development has unique performance constraints not covered by general code review skills.
Claude Code skill for reviewing Unity C# code against Unity's Official C# Style Guide (Unity 6 Edition), covering naming conventions, SRP, MonoBehaviour lifecycle, performance, GC allocation, and common anti-patterns.
- Review game code against official Unity style guidelines
- Catch performance issues and memory allocation problems early
- Enforce naming conventions and architecture patterns in Unity projects
Unity C# development has unique performance constraints not covered by general code review skills. A Unity-specific reviewer aligned with Unity 6 standards prevents the most common and costly performance mistakes.
Unity developers building Unity 6 games or applications who want AI code review aligned with Unity's official style guidelines and performance best practices.
https://www.npmjs.com/package/code-review-unity
By jindali
How to Get It
npx code-review-unity
Tip: Paste this into a Claude Code conversation. Verify command matches your Claude Code version.
Trust Signals Reviewed
Community Pulse Active
Discussed on Hacker News, Reddit
- Watch Dogs: Legion - Review Thread — Reddit · 2771 pts
- Looking for Code Review: Unity Game (C# Architecture & Clean Code) — Reddit · 17 pts
- devlo – Automate software chores like code reviews, unit testing and more — Hacker News · 3 pts
3 mentions across 2 sources
Reviewer notes
Reviewed review. These are observations, not a security certification.
GitHub linked, 10 weekly downloads, 3 versions, recently updated (14 days ago). Comprehensive review modes: single file, git diff, GitHub PR. Unity domain expertise evident in coverage of MonoBehaviour lifecycle and GC allocation patterns.
Reviews code only. Can consume GitHub PR URLs but does not modify anything. No credential handling beyond optional GitHub token for PRs.
Things to check
- Single maintainer. Consider the risk if this person stops maintaining the project.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
GitHub linked, 10 weekly downloads, 3 versions, recently updated (14 days ago). Comprehensive review modes: single file, git diff, GitHub PR. Unity domain expertise evident in coverage of MonoBehaviour lifecycle and GC allocation patterns.