test-runner

Standardize unit, integration, and end-to-end test runs across TypeScript/JS, Python, and Swift projects.

18|2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill test-runner-yuanyuekejijn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/yuanyuekejiJN/AivoClaw/tree/main/extraSkills/test-runner-1.0.0
Command: npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill test-runner-yuanyuekejijn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually wiring up and running tests across different languages and frameworks, so teams can quickly verify changes and prevent regressions.

Core Features & Use Cases

  • Framework selection guidance: Helps you choose the right unit, integration, and E2E tooling for TypeScript/JS, Python, and Swift.
  • Clear test workflows: Provides practical patterns like Arrange-Act-Assert, async testing, mocking, and coverage commands.
  • Use case: You’re adding a new API endpoint and want fast feedback by running unit tests, integration tests, and end-to-end checks with consistent commands and structure.

Quick Start

Ask the skill to set up and run your tests for TypeScript/JavaScript using Vitest with the recommended configuration for your test environment.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I set up test automation across different programming languages?

Test automation across TypeScript/JS, Python, and Swift is standardized by selecting frameworks like Vitest or Pytest and providing CI-ready configurations. This ensures consistent unit, integration, and end-to-end test execution across your stack.

What is the best way to structure unit and integration tests for CI?

The best way to structure tests for CI is using the Arrange-Act-Assert pattern alongside proper async handling and mocking. This provides actionable test workflows that standardize API endpoint validation and component testing.

Can I run browser-based E2E verification with Playwright using this approach?

Yes, you can run browser-based E2E verification with Playwright. The approach covers end-to-end checks for browser testing, ensuring reliable verification of your application's user flows and integration points.

How do I get started with Vitest for TypeScript test automation?

To get started with Vitest for TypeScript test automation, request the recommended configuration for your test environment. This sets up the framework to provide fast feedback when adding new API endpoints and running unit tests.

Does this test workflow support coverage reporting and API endpoint validation?

Yes, this test workflow supports coverage reporting and API endpoint validation. It standardizes common scenarios including CI-ready test runs, component testing, and browser-based E2E verification across your stack.