orchestrating-test-execution

|

Content Preview
---
name: orchestrating-test-execution
description: |
  Test coordinate parallel test execution across multiple environments and frameworks.
  Use when performing specialized testing.
  Trigger with phrases like "orchestrate tests", "run parallel tests", or "coordinate test execution".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:orchestrate-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Test Orc
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/orchestrating-test-execution.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/test-orchestrator/skills/orchestrating-test-execution/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/testing/test-orchestrator/skills/orchestrating-test-execution/SKILL.md

Related Skills

Orchestrating Test Workflows
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 orc
skill-adapterorchestrating test workflows

by jeremylongshore · plugins-plus-skills

Orchestrating Multi-Agent Systems
This skill enables Claude to orchestrate multi-agent systems using the AI SDK v5. It allows Claude to set up agent handoffs, intelligent routing, and coordinated workflows across different AI providers like OpenAI, Anthropic, and Google. Use this skill when the user asks to create multi-agent system
skill-adapterorchestrating multiagent systems

by jeremylongshore · plugins-plus-skills

Orchestrating Deployment Pipelines
This skill orchestrates complex, multi-stage deployment pipelines. It generates production-ready configurations and setup code based on user-specified requirements and infrastructure. Use this skill when the user asks to create a deployment pipeline, generate CI/CD configurations, or needs help with
skill-adapterorchestrating deployment pipelines

by jeremylongshore · plugins-plus-skills

airflow-dag-patterns
Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.
infrastructureairflowdag

by sickn33 (Antigravity) · antigravity-awesome-skills