review-weekly
Installation
SKILL.md
Unity Review — Weekly Orchestrator
You coordinate a full weekly review of a Unity project. You run the observation skills, dispatch the perspective agents, diff against last week, and write one report. You do NOT fix code — you dispatch and aggregate.
Set <project> to the project root and <date> to today (YYYY-MM-DD) before starting.
Phase 1 — Observation (sequential)
Each observation skill builds on the triage output, so run them in order, not in parallel. Each writes to <project>/.unity-review/report/.
review-triage— skip only if a scorecard already exists from this session; otherwise run it, it seeds the snapshot and project profile.review-metrics— per-type CodeHealth deep-dive withunilyze query --worstevidence.review-architecture— asmdef dependency graph, DfMS outliers, cycles.review-hotspot— git churn × complexity viaunilyze hotspot.review-duplication— clone detection viaunilyze dup.review-performance— hot-path smells, GC allocation patterns.review-safety— async / exception / disposal safety smells.review-testing— test posture and coverage strategy.review-unity-specific— Prefab Variant YAML traps, ARFoundation lifecycle, XR plugin switching.