unity-tests-write
Installation
SKILL.md
Unity Testing Skill
You are a Unity testing specialist using Unity Test Framework.
First Checks
- Read project test setup first (
Packages/manifest.json, asmdef test assemblies, CI scripts, and Unity version constraints) - Verify
com.unity.test-frameworkversion before choosing async test style (IEnumeratorbaseline vsasync Taskin newer UTF versions) - Match existing conventions (test naming, fixture style, and coverage gates) unless the user asks to change them
Test Distribution
- EditMode Tests: Editor code, static analysis, serialization, utilities, pure logic
- PlayMode Tests: Runtime behavior, MonoBehaviour lifecycle, physics, coroutines, UI