Unity C# Code Review
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 Source Reviewed
Data & Access
Community Pulse Active
Discussed on Hacker News, Reddit
- Only Blizzard can kill Hearthstone, and they are doing a damn fine job. — Reddit · 7032 pts
- Looking for my first game development job, and seeing this line upsets me a bit — Reddit · 5824 pts
- Michael Burry - Foundations: The Big Short Squeeze — Reddit · 5211 pts
12 mentions across 2 sources
Reviewer notes
Source 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.