Reviews a Unity project for structure, architecture, maintainability, and risk, producing structured results with assumptions and follow-up tasks.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-game-dev-code:unity-reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /unity-review ## Purpose Review a Unity project for structure, architecture, maintainability, and risk. ## Use When - The task needs a repeatable command entry point rather than an ad hoc workflow. - The scope is clear enough to define expected outputs and validation. - The result should align with the scaffold rules and agent boundaries. ## Invokes Agents - unity-reviewer ## Required Skills - unity-project-structure - unity-performance ## Expected Output - A structured result that can be reviewed, acted on, or handed off. - Clear assumptions, risks, and open questions where relevant...
Review a Unity project for structure, architecture, maintainability, and risk.
npx claudepluginhub mrcalderon3d/everything-game-dev-code/optimize-sceneAnalyzes Unity scene or project for performance issues in rendering, physics, scripting, memory, and provides prioritized optimization recommendations with implementation guidance.
/sc-reviewVerifies code quality, security, performance, and architecture based on the provided review description.
/tech-reviewPerforms a technical health check on a component, module, or full codebase — evaluating architecture, debt, patterns, dependencies, test coverage, and risks. Supports --focus and --deep flags.
/full-reviewRuns multi-dimensional code review across architecture, security, performance, testing, and best practices with specialized review agents.
/reviewReviews specified code scope via four specialists (quality, security, performance, architecture), producing summary, detailed findings, refactoring suggestions, prioritized action plan.
/code-reviewReviews C#/.NET code changes in a fail-fast pipeline covering build, security, performance, architecture, correctness, and UI. Accepts optional Kaiten card, PR link, or custom description for context.