jeremylongshore

orchestrating-test-workflows

@jeremylongshore/orchestrating-test-workflows
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".

Installation

$skills install @jeremylongshore/orchestrating-test-workflows
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skill-structure-cleanup-20251108-073936/plugins/testing/test-orchestrator/skills/test-orchestrator/SKILL.md
Branchmain
Scoped Name@jeremylongshore/orchestrating-test-workflows

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: orchestrating-test-workflows description: | This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate". allowed-tools: Read, Bash, Grep, Glob version: 1.0.0

Overview

This skill empowers Claude to manage and execute complex test suites efficiently. It leverages the test-orchestrator plugin to handle test dependencies, parallel execution, and intelligent test selection, resulting in faster and more reliable testing processes.

How It Works

  1. Workflow Definition: Claude uses the plugin to define the test workflow, specifying dependencies between tests.
  2. Parallelization: The plugin identifies independent tests and executes them in parallel to reduce overall execution time.
  3. Smart Selection: Based on code changes, the plugin selects only the affected tests to run, minimizing unnecessary execution.

When to Use This Skill

This skill activates when you need to:

  • Optimize test execution time.
  • Manage dependencies between tests.
  • Run only relevant tests after code changes.

Examples

Example 1: Optimizing Regression Testing

User request: "Orchestrate the regression tests for the user authentication module after the recent code changes."

The skill will:

  1. Use the test-orchestrator plugin to identify the tests affected by the changes in the user authentication module.
  2. Execute those tests in parallel, respecting any dependencies.

Example 2: Setting up a CI/CD Pipeline

User request: "Set up a test workflow for the CI/CD pipeline that runs unit tests, integration tests, and end-to-end tests with appropriate dependencies."

The skill will:

  1. Define a test workflow using the test-orchestrator plugin, specifying the order and dependencies between the different test suites (unit, integration, end-to-end).
  2. Configure the pipeline to trigger the orchestrated test execution upon code commits.

Best Practices

  • Dependency Mapping: Clearly define dependencies between tests to ensure correct execution order.
  • Granularity: Break down large test suites into smaller, more manageable units for better parallelization.
  • Change Tracking: Integrate the test-orchestrator with version control to accurately identify affected tests.

Integration

This skill integrates with the test-orchestrator plugin and can be incorporated into CI/CD pipelines. It can also be used in conjunction with other code analysis tools to further refine test selection.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.