run-mindspeed-llm-test

Automate MindSpeed-LLM unit tests and generate coverage reports.

31|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Ascend/agent-skills --skill run-mindspeed-llm-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-mindspeed-llm-test
Source: https://github.com/Ascend/agent-skills/tree/main/skills/mindspeed-llm-auto-ut-skills/skills/run-mindspeed-llm-test
Command: npx skills add https://github.com/Ascend/agent-skills --skill run-mindspeed-llm-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of MindSpeed-LLM unit tests and the generation of coverage reports, reducing manual toil and improving repeatability.

Core Features & Use Cases

  • Automates running MindSpeed-LLM unit tests in Dockerized environments (e.g., q4_master) and collects results.
  • Generates test reports and code-coverage metrics for quick verification.
  • Suitable for CI pipelines and local development when validating MindSpeed-LLM changes.

Quick Start

Run the MindSpeed-LLM test executor against your project to execute unit tests and generate a test report.

Frequently Asked Questions about run-mindspeed-llm-test

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

FAQPage Schema
How do I automate MindSpeed-LLM unit tests in a Dockerized environment?

To automate MindSpeed-LLM unit tests in Docker, this Skill executes pytest within Dockerized environments like q4_master, automatically handling environment setup and test invocation to produce reliable results.

How do I generate code coverage reports for MindSpeed-LLM tests?

Generating code coverage reports for MindSpeed-LLM tests is handled automatically by this Skill, which runs the test suite and aggregates results into detailed metrics for quick verification of your changes.

Can I use this to run MindSpeed-LLM tests in a CI pipeline?

Yes, you can use this to run MindSpeed-LLM tests in a CI pipeline. It targets CI workflows by automating test execution, environment setup, and result aggregation to ensure reliable continuous integration.

What is the best way to run pytest for MindSpeed-LLM locally?

The best way to run pytest for MindSpeed-LLM locally is using this automated executor, which sets up the required environment, invokes the tests, and generates verifiable reports for local development workflows.

Why does running MindSpeed-LLM tests manually lack repeatability?

Running MindSpeed-LLM tests manually lacks repeatability due to inconsistent environment setup and result aggregation. This Skill solves the problem by automating execution and report generation to reduce manual toil.

Do I need Docker to automate MindSpeed-LLM test execution and coverage generation?

You need Docker to automate MindSpeed-LLM test execution because the Skill uses Dockerized environments, such as q4_master, to ensure consistent environment setup and reliable test invocation.