muharremtozan/unity-agent-skills

unity-code-reviewer

Professional Unity C# Code Reviewer. Detects anti-patterns, performance leaks, and enforces project-specific architecture.

First seen Apr 19, 2026

Installation

$ npx skills add muharremtozan/unity-agent-skills --skill unity-code-reviewer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from muharremtozan/unity-agent-skills · top by installs.

npx skills add muharremtozan/unity-agent-skills

Browse all from muharremtozan/unity-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 13
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,027 B
  • docs SUMMARY.md 149 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 62 installs

SKILL.md

Unity Code Reviewer

This skill acts as a specialized auditor for your Unity project. It is designed to ensure code complies with high-performance standards and uses the available project patterns.

Core Features

  1. Diagnostic Scanning: Automated regex-based detection of common Unity performance mistakes.
  2. Review Protocols: A set of 5 Pillar rules (Performance, Memory, Modernity, Architecture, Minimalism).
  3. Corrective Intelligence: Maps suboptimal code directly to "Correct Methods" and existing Pattern Skills.

Core Files (Max 3)

  • DiagnosticScanner.py.txt: The analytical engine.
  • ReviewProtocols.md.txt: The instructional logic.
  • CorrectMethods.md.txt: The optimization reference.

Usage

Ask me to "Review [File]" or use the diagnostic script to scan a directory. I will provide a report with Severity and Fixes.