test-execution-manager

Delegate test execution to subagents with timeout escalation and fix plans.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/wzkariampuzha/claude-skills --skill test-execution-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-execution-manager
Source: https://github.com/wzkariampuzha/claude-skills/tree/main/skills/test-execution-manager
Command: npx skills add https://github.com/wzkariampuzha/claude-skills --skill test-execution-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates test execution to background subagents to manage complex test runs with reliable timeout escalation.

Core Features & Use Cases

  • Delegates test execution to test-runner subagents to keep the main agent responsive.
  • Implements an incremental timeout escalation strategy with a hard 10-minute cap.
  • Verifies that all intended tests are included and creates fix plans for failures.

Quick Start

Start by prompting the user for the initial timeout and then dispatch a test-runner subagent with escalation.

Frequently Asked Questions about test-execution-manager

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

FAQPage Schema
How do I manage automated test execution with variable runtimes without blocking the main agent?

Test execution is orchestrated by delegating test runs to background subagents, keeping the main agent responsive while handling variable runtime suites reliably.

What is timeout escalation in software testing and when is it needed?

Timeout escalation in software testing incrementally increases allowed runtime in predefined tiers, needed when automated test suites have variable runtimes and require safe escalation with early feedback.

How do I set up an incremental timeout strategy for a test runner?

Setting up an incremental timeout strategy involves prompting for an initial timeout, dispatching a test-runner subagent, and escalating in predefined tiers up to a hard 10-minute cap.

How do I verify that all intended tests are included in an automated test run?

To verify all intended tests are included in an automated test run, the orchestration process checks test inclusion after execution and generates fix plans for detected failures.

What is the maximum timeout limit for test execution orchestration?

The maximum timeout limit for test execution orchestration is a hard 10-minute cap, ensuring escalating timeouts do not run indefinitely and safe escalation boundaries are maintained.

Does test execution orchestration work for quality assurance suites requiring failure analysis?

Test execution orchestration works for quality assurance suites by verifying intended test inclusion and automatically creating fix plans for failures, satisfying early feedback and safe escalation requirements.