test-run

Execute project test suites and report failures and coverage metrics.

10|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dnviti/claude-task-development-framework --skill test-run-dnviti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-run
Source: https://github.com/dnviti/claude-task-development-framework/tree/main/skills/test-run
Command: npx skills add https://github.com/dnviti/claude-task-development-framework --skill test-run-dnviti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of your project's test suite, providing detailed analysis of results, including failures and coverage metrics.

Core Features & Use Cases

  • Automated Test Execution: Runs tests based on project configuration or detected frameworks.
  • Result Analysis: Parses output to report on passed, failed, and skipped tests.
  • Coverage Reporting: Extracts and displays code coverage percentages if available.
  • Failure Handling: Identifies failing tests and offers options to fix or review them.
  • Use Case: After making code changes, use this Skill to automatically run all unit and integration tests, get a summary of the results, and if any tests fail, have the AI suggest fixes.

Quick Start

Run all project tests and report the results.

Frequently Asked Questions about test-run

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

FAQPage Schema
How do I automate test execution and analyze code coverage metrics?

You can automate test execution by running your project's test suite, which parses output to report passed, failed, and skipped tests while extracting code coverage percentages from the results.

Can I use project configuration files to adapt test execution for specific frameworks?

Yes, test execution adapts to project-specific configurations found in CLAUDE.md or project config files, automatically supporting various testing frameworks and file patterns.

What's the best way to handle failing tests after making code changes?

When test execution identifies failing tests, it offers options to review them and can suggest fixes directly based on the analyzed test failures and output metrics.

Does test execution support running specific test targets instead of the full suite?

Yes, you can execute specific test targets or run the full test suite, allowing you to validate individual modules or perform comprehensive project-wide testing.

How does test result analysis identify skipped tests and failures?

Test result analysis parses the test execution output to categorize outcomes, explicitly reporting on passed, failed, and skipped tests to provide a detailed summary.

What is automated test suite execution and when do I need it?

Automated test suite execution runs your project tests and analyzes outcomes, needed after code changes to validate functionality and measure code coverage metrics.