unity-test

Execute and monitor Unity EditMode and PlayMode tests with filtering.

Updated May 9, 2026
One-click install
npx skills add https://github.com/krikommp/chess-game --skill unity-test-krikommp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-test
Source: https://github.com/krikommp/chess-game/tree/main/.agents/skills/unity-skills/skills/test
Command: npx skills add https://github.com/krikommp/chess-game --skill unity-test-krikommp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the management and execution of Unity tests, enhancing the development process and improving code quality.

Core Features & Use Cases

  • Test Execution: Run and monitor test runs, providing job IDs for tracking results.
  • Test Listing: List available tests and their modes.
  • Test Creation: Generate test scripts for both EditMode and PlayMode environments.
  • Test Cancellation: Stop ongoing test jobs if needed.
  • Test Smoke Test: Perform a broad regression test across multiple skills.
  • Use Case: Utilize this Skill to automatically execute test scripts during development, saving time and reducing human error.

Quick Start

To run tests in EditMode, use the command 'test_run tests="EditMode"'.

Frequently Asked Questions about unity-test

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

FAQPage Schema
How do I run Unity tests in EditMode from the command line?

Run Unity tests in EditMode by executing the command 'test_run tests="EditMode"', which monitors execution and provides a job ID for tracking results.

Can I create new test scripts for both EditMode and PlayMode?

Yes, you can generate new test scripts for both EditMode and PlayMode environments using the test creation feature, streamlining the setup of your Unity test suite.

How do I list available Unity tests and their modes?

List available Unity tests and their execution modes by using the test listing feature, which reports all current tests configured for EditMode and PlayMode.

Can I cancel an ongoing Unity test run?

Yes, you can cancel ongoing Unity test jobs using the test cancellation feature, stopping running tests immediately when needed to save development time.

Does this tool support filtering tests during execution?

Yes, the tool supports running tests in both EditMode and PlayMode with filtering capabilities, allowing you to target specific tests during execution.

What is a Unity smoke test and how does it work?

A Unity smoke test performs a broad regression test across multiple skills, verifying core functionality and reporting issues to maintain code quality during development.