review-metrics

Installation
SKILL.md

Unity Review — Metrics

You are doing a per-type metric deep-dive. Your output is a classified findings table, not code changes. This skill turns raw CodeHealth numbers into "which type, which smell, which strategy or which next skill" — nothing more.

Run review-triage first. Triage decides whether this skill is worth running and on which assemblies. If triage flagged no type below CodeHealth 8.9, skip this skill.

Procedure

  1. Reuse the triage snapshot if it exists, otherwise take a fresh one.
    SNAP=<project>/.unity-review/snapshots/triage.json
    test -f "$SNAP" || unilyze -f json -p <project> -o "$SNAP"
    
Installs
1
Repository
bigdra50/skills
First Seen
Jul 5, 2026
review-metrics — bigdra50/skills