fleet-parallel

Parallelize batch code modifications across multiple files with Copilot Fleet mode.

42|9|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/drvoss/everything-copilot-cli --skill fleet-parallel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-parallel
Source: https://github.com/drvoss/everything-copilot-cli/tree/main/skills/copilot-exclusive/fleet-parallel
Command: npx skills add https://github.com/drvoss/everything-copilot-cli --skill fleet-parallel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running the same code transformation, test generation, or review across many files sequentially is time‑consuming and blocks developer workflow.

Core Features & Use Cases

  • Parallel AI agents: Launch independent Copilot agents for each sub‑task, leveraging Fleet mode.
  • Batch refactoring & testing: Apply a single intention to dozens of files, such as converting a component pattern or generating unit tests.
  • SQL tracking & worktree isolation: Optionally record each sub‑task in the session database and use Git worktrees for branch safety.

Quick Start

Use the /fleet command to generate unit tests for all utility files in src/utils/ simultaneously.

Frequently Asked Questions about fleet-parallel

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

FAQPage Schema
How do I run batch code modifications across multiple files in parallel?

Batch code modifications across multiple files run in parallel by launching independent Copilot agents for each sub-task via Fleet mode. You define specific sub-tasks and provide per-agent briefs to apply a single intention to dozens of files simultaneously.

Can I generate unit tests for multiple files simultaneously without waiting?

Yes, you can generate unit tests for multiple files simultaneously by using the /fleet command. This applies parallel AI agents to bulk test generation, eliminating the sequential waiting time that blocks developer workflow.

Does Copilot Fleet mode support branch isolation for mass refactoring?

Copilot Fleet mode supports branch isolation for mass refactoring by using Git worktrees. This ensures branch safety while applying a single refactoring intention, such as converting a component pattern, across many files at once.

How do I track progress for parallel AI agents during bulk documentation generation?

To track progress for parallel AI agents during bulk documentation generation, you optionally record each sub-task in the session SQL database. This tracks each independent AI reasoning item as it processes.

What is the best way to apply a single refactoring pattern to dozens of files at once?

The best way to apply a single refactoring pattern to dozens of files at once is using Fleet mode. It parallelizes batch refactoring by assigning independent Copilot agents to each file, requiring only sub-task definitions and per-agent briefs.

Do I need to define sub-tasks manually to parallelize test generation with Copilot?

Yes, you need to define sub-tasks manually and provide per-agent briefs to parallelize test generation. This ensures each independent AI agent receives specific instructions for generating accurate unit tests across files.