unity-tests-write
SolidUse when writing Unity tests, including EditMode tests, PlayMode tests, performance testing, and code coverage
Install
Quality Score: 78/100
Skill Content
Details
- Author
- DmitriyYukhanov
- Repository
- DmitriyYukhanov/claude-plugins
- Created
- 6 months ago
- Last Updated
- 4 days ago
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
testing
Testing workflow and quality standards for writing and running tests. Use when: (1) Writing new tests, (2) Adding a new feature that needs tests, (3) Modifying logic that has existing tests, (4) Before claiming a task is complete.
testing
WRITE, RUN, or DEBUG tests for the project's code -- pytest (Python), Jest/RTL (TypeScript), Playwright (E2E), and deployment config testing. NOT for finding coverage gaps or untested modules -- that read-only gap analysis belongs to test-coverage. NOT for CI pipeline configuration (use deployment).
unity-tests-run
Run Unity Test Framework tests via CLI batchmode with auto-detection of Unity installation