unity-validation

Detect missing scripts and broken references in Unity projects.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-validation-lrbjk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-validation
Source: https://github.com/lrbjk/FenShen_Remake_V0/tree/main/.codex/skills/unity-skills/skills/validation
Command: npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-validation-lrbjk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity projects often suffer from missing scripts, broken references, and project-health issues that slow development and introduce runtime errors. This skill provides automated validation and cleanup workflows to detect and report problems, propose fixes, and keep the project in a healthy state.

Core Features & Use Cases

  • Comprehensive scene validation
  • Missing script and broken reference detection
  • Reference integrity checks and project health reporting
  • Cleanup workflows for empty folders and stale assets
  • Use Case: During a project audit, run validation to surface issues, then apply fixes with confidence.

Quick Start

Run the unity validation skill to scan the current Unity project and generate a health report.

Frequently Asked Questions about unity-validation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find missing scripts and broken references in a Unity project?

You can detect missing scripts and broken references by running an automated validation scan that checks reference integrity across scenes, prefabs, and assets to generate a comprehensive project health report.

What is the best way to perform a Unity project health audit?

The best way to perform a Unity project health audit is to execute an automated validation workflow that surfaces missing scripts, broken references, and health warnings, allowing you to review and apply cleanup fixes confidently.

Can I automate cleanup workflows for empty folders and stale assets in Unity?

Yes, you can automate cleanup workflows for empty folders and stale Unity assets by running validation cycles that identify redundant resources and enforce safety checks before proposing removal actions to maintain project health.

Does Unity validation work across scenes, prefabs, and individual assets?

Yes, Unity validation works across scenes, prefabs, and individual assets by enforcing safety checks and scanning for missing scripts and broken references throughout the entire project structure during ongoing development cycles.

When should I run a Unity project validation scan?

You should run a Unity project validation scan during project audits, ongoing development cycles, and cleanup phases to proactively detect broken references and health warnings before they introduce runtime errors.