test

Execute unit and integration tests for TypeScript projects via a task agent.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/DIO0550/d-market --skill test-dio0550
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/DIO0550/d-market/tree/main/plugins/typescript-workflow-plugin/skills/test
Command: npx skills add https://github.com/DIO0550/d-market --skill test-dio0550

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TypeScript projects often suffer from flaky or inconsistent test runs. This skill ensures unit tests and integration tests are executed reliably using a dedicated test agent, avoiding manual Bash invocations.

Core Features & Use Cases

  • Unit and integration test execution for TypeScript projects with consistent reporting.
  • Agent-based orchestration to manage test runs in CI and local development.
  • Use Case: Before merging a PR, run all tests through the agent to guarantee a clean, reproducible result.

Quick Start

Invoke the test agent to execute the TypeScript tests for your project.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run TypeScript unit and integration tests reliably in a CI workflow?

TypeScript unit and integration tests run reliably in CI workflows by using an agent-guided test execution approach that avoids manual Bash invocations, ensuring reproducible test results and consistent reporting for every pipeline run.

Why are my TypeScript test runs flaky and how can an agent fix them?

Flaky TypeScript test runs are often caused by inconsistent execution environments or direct Bash commands. Using a dedicated test agent orchestrates test runs safely, avoiding manual shell invocations to guarantee clean, reproducible results across local and CI environments.

What's the best way to automate TypeScript test execution before merging a PR?

Automating TypeScript test execution before a PR merge is best handled by invoking a test agent to run all unit and integration tests, producing a consistent report that guarantees a clean, reproducible result prior to integration.

Does agent-based test orchestration work for local development environments?

Agent-based test orchestration works for both CI workflows and local development environments. It manages test runs safely by avoiding direct Bash commands, ensuring test reliability and reproducibility across different development contexts.

Can I execute integration tests for TypeScript projects without writing Bash scripts?

You can execute integration tests for TypeScript projects without writing Bash scripts by using a task agent. The agent orchestrates test execution safely, avoiding direct Bash commands while providing consistent reporting and reliable results.

When should I use an agent for test orchestration instead of running test commands directly?

You should use an agent for test orchestration when test reliability and reproducibility are required. It is specifically necessary for TypeScript projects experiencing flaky test runs or when you need consistent reporting across CI workflows without direct Bash invocations.