e2e-dispatch

Route E2E operations to executors with pre-flight authentication.

3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/iamcxa/kc-claude-plugins --skill e2e-dispatch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: e2e-dispatch
Source: https://github.com/iamcxa/kc-claude-plugins/tree/main/e2e-pipeline/skills/e2e-dispatch
Command: npx skills add https://github.com/iamcxa/kc-claude-plugins --skill e2e-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route E2E operations to the correct executor with auth pre-flight.

Core Features & Use Cases

  • Unified entry point for dispatching E2E tasks to the appropriate executor (test, map, flow, walk, etc.)
  • Built-in routing priority and backward compatibility for direct skill invocations
  • Auth gate and security-friendly dispatch surface to ensure safe, predictable executions

Quick Start

Invoke the unified dispatcher to route an E2E operation to the correct executor, for example /e2e-dispatch --test login-flow

Frequently Asked Questions about e2e-dispatch

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

FAQPage Schema
How do I route E2E tests to the correct executor with authentication?▼

Routing E2E tests to the correct executor with authentication requires a unified dispatcher to handle pre-flight auth gates and forward operations like test, map, flow, walk, analyze, compile, and ops to targeted skills.

What is a unified dispatch surface for E2E operations?▼

A unified dispatch surface for E2E operations provides a single entry point to route tasks to appropriate executors, enforcing security-friendly auth gates while forwarding flags to targeted routes for safe and predictable executions.

How do I execute browser-based E2E tests securely?▼

Executing browser-based E2E tests securely involves passing operations through an auth gate that verifies permissions before dispatching the tasks to the appropriate executor for safe and predictable runs.

Can I use direct skill invocations with a unified E2E dispatcher?▼

Direct skill invocations are fully supported by the E2E dispatcher through built-in backward compatibility, allowing existing direct calls to function alongside the new unified routing priority.

What is the best way to manage multiple E2E testing operations?▼

Managing multiple E2E testing operations is best handled by a unified dispatcher that routes tasks like test, map, flow, and analyze to specific executors, ensuring explicit routing rules and consistent flag forwarding.