task-delegator

Delegate test generation tasks to specialized agents across parallel batches.

1|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/okgoogle13/careercopilot --skill task-delegator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-delegator
Source: https://github.com/okgoogle13/careercopilot/tree/main/.claude/skills/task-delegator
Command: npx skills add https://github.com/okgoogle13/careercopilot --skill task-delegator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates parallel execution of test generation across multiple Jules instances to accelerate coverage.

Core Features & Use Cases

  • Batch configuration for parallel test generation
  • Delegation instruction generation and environment prep
  • Execution planning, monitoring, and result consolidation
  • Metrics tracking and pass/fail documentation

Quick Start

Provide batch details and let this skill generate delegation prompts and orchestrate the test execution.

Frequently Asked Questions about task-delegator

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

FAQPage Schema
How do I run Jest tests in parallel across multiple agents?

Parallel test execution coordinates multiple agents to run Jest tests simultaneously. This Skill delegates test generation batches to specialized instances, consolidating results to accelerate coverage across UI and Career-Specific components while tracking pass rates and metrics.

What's the best way to orchestrate multi-agent test generation?

Multi-agent orchestration prepares batch configurations, generates delegation prompts, validates environments, executes across Jules instances in parallel, and consolidates results with metrics tracking. This approach scales test coverage by distributing workload across eight parallel batches totaling 66 components.

Can I delegate testing tasks to parallel Jest instances?

Yes. Task delegation routes test generation to specialized agents working in parallel, each handling distinct component batches. The Skill manages execution planning, monitoring, and result consolidation, recording pass/fail documentation and blockers.

How do I track metrics and blockers across parallel test runs?

Metrics recording captures pass rates, failures, and blockers from each parallel batch after consolidation. This provides visibility into coverage acceleration and identifies issues across the full test generation workflow.

What environment setup is needed before delegating tests in parallel?

Environment validation ensures Jules instances are configured and ready before delegation. Batch configuration and prompt preparation establish the prerequisites for orchestrated parallel execution.