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/.

  1. review-triage — skip only if a scorecard already exists from this session; otherwise run it, it seeds the snapshot and project profile.
  2. review-metrics — per-type CodeHealth deep-dive with unilyze query --worst evidence.
  3. review-architecture — asmdef dependency graph, DfMS outliers, cycles.
  4. review-hotspot — git churn × complexity via unilyze hotspot.
  5. review-duplication — clone detection via unilyze dup.
  6. review-performance — hot-path smells, GC allocation patterns.
  7. review-safety — async / exception / disposal safety smells.
  8. review-testing — test posture and coverage strategy.
  9. review-unity-specific — Prefab Variant YAML traps, ARFoundation lifecycle, XR plugin switching.
Installs
1
Repository
bigdra50/skills
First Seen
Jul 5, 2026
review-weekly — bigdra50/skills