test-orchestrator

Community

Automate test setup, get robust code faster.

AuthorJHaugaard
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: test-orchestrator
Download link: https://github.com/JHaugaard/refine-workflow-skills/archive/main.zip#test-orchestrator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository