test-orchestrator

Analyze a project's tech stack and configure testing frameworks with scaffolding.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/JHaugaard/refine-workflow-skills --skill test-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-orchestrator
Source: https://github.com/JHaugaard/refine-workflow-skills/tree/main/skills-working-copies/test-orchestrator
Command: npx skills add https://github.com/JHaugaard/refine-workflow-skills --skill test-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up testing infrastructure for a new project can be complex and time-consuming, often leading to neglected tests or incorrect configurations. This skill automates the entire setup process, ensuring a solid and consistent testing foundation from the start.

Core Features & Use Cases

  • Tech Stack Analysis: Automatically scans your project's language and framework (e.g., Next.js, FastAPI, PHP) to recommend and configure the most appropriate testing tools.
  • Framework Configuration: Sets up popular testing frameworks like Vitest, Jest, pytest, or PHPUnit with all necessary configuration files.
  • Initial Scaffolding: Generates example unit and integration tests, providing a clear, runnable starting point for writing your own comprehensive test suites.
  • Strategy Documentation: Creates a .docs/test-strategy.md file, outlining your project's testing approach, best practices, and commands for running tests.

Quick Start

Use the test-orchestrator skill to set up testing for my Next.js project.

Frequently Asked Questions about test-orchestrator

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

FAQPage Schema
How do I set up testing infrastructure for my Next.js or React project?

Test-orchestrator analyzes your project's tech stack and automatically configures a testing framework like Vitest or Jest with scaffolded unit and integration tests, plus a test strategy document outlining best practices and npm scripts to run tests immediately.

Can I use test-orchestrator with FastAPI, PHP, Node.js, or Express projects?

Yes, test-orchestrator detects your language and framework—including FastAPI, PHP, Node.js, and Express—then recommends and configures the appropriate testing tools like pytest or PHPUnit with framework-specific setup and example tests.

What does test-orchestrator generate when I run it?

Test-orchestrator generates framework configuration files, initial unit and integration test scaffolding, package.json or equivalent test scripts, and a `.docs/test-strategy.md` file documenting your testing approach and commands.

How do I automate test setup without manual configuration?

Test-orchestrator scans your project's language, framework, and dependencies to automatically select, configure, and scaffold the right testing framework, eliminating manual tool selection and configuration errors.

Does test-orchestrator work with CI/CD pipelines?

Test-orchestrator creates test scripts and configuration that integrate into package.json or equivalent, enabling seamless adoption in CI/CD workflows and DevOps automation for test execution.

What testing frameworks does test-orchestrator support?

Test-orchestrator configures modern testing frameworks including Vitest and Jest for Node.js/React, pytest for FastAPI, and PHPUnit for PHP, matching each tech stack's ecosystem standards.