tdd-execute

Detect vitest or jest configuration and execute tests with red/green reports.

3|Updated May 28, 2026
One-click install
npx skills add https://github.com/mahg-es/araya --skill tdd-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-execute
Source: https://github.com/mahg-es/araya/tree/main/skills/tdd-execute
Command: npx skills add https://github.com/mahg-es/araya --skill tdd-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically executes the project's tests and presents results in a clear red/green format, enabling fast feedback and actionable failure insights for development teams.

Core Features & Use Cases

  • Test runner detection: automatically identify whether the project uses vitest, jest, or another framework and run the appropriate command.
  • Results formatting: parse and display pass/fail details with a concise summary and per-test messages.
  • CI-friendly reporting: produce machine-readable outputs suitable for CI pipelines and dashboards.
  • Use Case: after implementing new tests or refactoring, run the suite to verify all tests pass and quickly identify failures.

Quick Start

Invoke the test runner to execute the suite and observe a red/green report showing passing and failing tests.

Frequently Asked Questions about tdd-execute

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

FAQPage Schema
How do I run tests and format results in a red/green report?

To run tests and generate a red/green report, this solution detects your project's test configuration, executes the appropriate test runner like vitest or jest, and formats the output into a clear pass/fail summary with per-test details.

Does this test execution tool automatically detect vitest and jest configurations?

Yes, this test execution tool automatically detects whether your project uses vitest, jest, or another framework and runs the appropriate test runner command without requiring manual configuration.

Can I integrate test reporting into my CI/CD pipelines?

You can integrate this test reporting into CI/CD pipelines because it produces machine-readable outputs suitable for CI workflows and dashboards, emitting consistent results with a concise summary and per-test messages.

What is the best way to verify passing tests after refactoring code?

The best way to verify passing tests after refactoring is to invoke the test runner to execute your suite, which then displays a red/green report showing passing and failing tests to quickly identify failures.

How do I get actionable failure insights from test execution?

To get actionable failure insights from test execution, the formatted red/green report parses and displays pass/fail details with a concise summary and per-test messages, enabling fast feedback for development teams.

Are there limitations when using this test runner detection for local development?

This test runner detection is suitable for both local development and CI workflows, but limitations depend on whether your project relies on common frameworks like vitest or jest for generating the consistent red/green report.