run-test

Execute code tests in an IDE and report results.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/orekyuu/orekyuu-claude-plugins --skill run-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-test
Source: https://github.com/orekyuu/orekyuu-claude-plugins/tree/main/plugins/mcp-ide-gateway/skills/run-test
Command: npx skills add https://github.com/orekyuu/orekyuu-claude-plugins --skill run-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of running code tests, helping developers quickly verify code changes and identify regressions.

Core Features & Use Cases

  • Automated Test Execution: Runs specified tests for a given file or project.
  • Configuration Handling: Selects the correct test configuration for projects with multiple setups.
  • Result Reporting: Clearly presents test outcomes, highlighting successes and detailing failures.
  • Use Case: After making changes to a feature, use this skill to run all associated unit tests and get a clear report on whether the changes introduced any issues.

Quick Start

Use the run-test skill to execute all tests for the file 'UserServiceTest.java' in the 'backend' project.

Frequently Asked Questions about run-test

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

FAQPage Schema
How do I run unit tests for a specific file in an IDE environment?

To run unit tests for a specific file in an IDE environment, you can execute the run-test skill to target specific files, entire classes, or methods and verify test results with detailed reporting.

Can I execute JUnit test automation for a Java project with multiple configurations?

Yes, you can execute JUnit test automation for a project with multiple configurations. The skill handles configuration selection to ensure the correct test setup is applied during code execution.

What is the best way to automate code test execution and verify results after changes?

Automating code test execution is the best way to quickly verify code changes and identify regressions. The skill runs specified tests and clearly presents outcomes, highlighting successes and detailing failures.

Do I need specific IDE tools to discover project structures and run code tests?

Yes, running code tests requires integration with IDE-specific tools. These tools are necessary for project and file discovery, listing test configurations, and executing the test automation process.

How does automated test execution handle reporting for failed test scenarios?

Automated test execution handles reporting by clearly presenting test outcomes and detailing failures. It verifies test results for specific methods or classes and highlights regressions introduced by code changes.