test-execution

Execute automated unit, integration, and E2E tests with coverage reports.

5|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill test-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-execution
Source: https://github.com/Yoshikemolo/mcp-jira-devflow/tree/main/skills/test-execution
Command: npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill test-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of unit and integration tests, generates code coverage reports, and provides clear results, ensuring code quality and stability before deployment.

Core Features & Use Cases

  • Automated Test Execution: Run unit, integration, or E2E tests based on predefined configurations.
  • Code Coverage Reporting: Generate detailed reports on test coverage for lines, branches, and functions.
  • Use Case: After making changes to a feature, run all unit tests and check that coverage remains above 80% to ensure no regressions were introduced.

Quick Start

Use the test-execution skill to run all unit tests and generate a coverage report.

Frequently Asked Questions about test-execution

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

FAQPage Schema
How do I run unit tests and generate code coverage reports with vitest or jest?

You can run automated unit, integration, or E2E tests with vitest or jest while generating comprehensive code coverage reports for lines, branches, and functions. This ensures code quality and stability before deployment.

Can I enforce a minimum code coverage threshold to prevent regressions?

Yes, this test execution approach enforces minimum coverage thresholds for lines, branches, and functions. It helps prevent regressions by ensuring coverage remains above your predefined limits, like 80%, after feature changes.

Does this test execution method support both unit and integration tests?

Yes, this test execution method supports running automated unit, integration, and E2E tests based on predefined configurations. It provides clear results and detailed failure analysis to maintain code stability.

What is the best way to automate test execution and check for regressions after making changes?

The best way to check for regressions is to run all unit tests automatically and verify that code coverage remains above a set threshold. This generates detailed reports for lines, branches, and functions to ensure stability.

Why do I need detailed failure analysis from my automated test runs?

Detailed failure analysis from automated test runs helps you quickly identify and fix issues in unit, integration, or E2E tests. It works with Node.js runners like vitest and jest to provide clear results before deployment.