Unity Review banner
XeldarAlz XeldarAlz

Unity Review

Code Quality community

Description

--- name: unity-review description: "Full Unity-aware code review — checks serialization safety, performance, architecture, and Unity-specific pitfalls." user-invocable: true args: scope --- # /unity-review — Unity Code Review Perform a comprehensive code review with Unity-specific checks. ## Agent Routing - Default: use `unity-reviewer` agent (sonnet — efficient for standard reviews) - If `$ARGUMENTS` contains `--thorough`: use opus model for deeper architectural analysis - Strip the `--tho

Installation

Installs to ~/.claude/commands/xeldaralz-everything-claude-unity-unity-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/XeldarAlz/everything-claude-unity/HEAD/.claude/commands/unity-review.md -o ~/.claude/commands/xeldaralz-everything-claude-unity-unity-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository