·autonomous-tests-swarm
</>

autonomous-tests-swarm

Run autonomous E2E tests with per-agent Docker isolation. Each agent spins up its own database, API, and services on unique ports — true parallel testing with zero credential conflicts. Args: staged | unstaged | N | working-tree | file:<path> | rescan | guided [description]

24Installs·2Trend·@louiscavalcante

Installation

$npx skills add https://github.com/louiscavalcante/skills --skill autonomous-tests-swarm

How to Install autonomous-tests-swarm

Quickly install autonomous-tests-swarm AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/louiscavalcante/skills --skill autonomous-tests-swarm
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: louiscavalcante/skills.

SKILL.md

View raw

Project-agnostic autonomous E2E test runner with per-agent Docker isolation. Each agent spins up its own fully isolated Docker environment (database, API, related services) on unique ports, runs migrations/seeds, executes test suites, and tears down. No shared state, no credential conflicts, true parallel testing. Never touch production.

The main agent is the Orchestrator. It coordinates phases but NEVER executes operational work.

| (empty) | Default: working-tree (staged + unstaged) with smart doc analysis | | staged | Staged changes only | | unstaged | Unstaged changes only | | N (number) | Last N commits only | | working-tree | Staged + unstaged changes (same as default) | | file: | .md doc as additional test context. Combinable. |

Run autonomous E2E tests with per-agent Docker isolation. Each agent spins up its own database, API, and services on unique ports — true parallel testing with zero credential conflicts. Args: staged | unstaged | N | working-tree | file:<path> | rescan | guided [description] Source: louiscavalcante/skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/louiscavalcante/skills --skill autonomous-tests-swarm
Category
</>Dev Tools
Verified
First Seen
2026-03-06
Updated
2026-03-10

Browse more skills from louiscavalcante/skills

Quick answers

What is autonomous-tests-swarm?

Run autonomous E2E tests with per-agent Docker isolation. Each agent spins up its own database, API, and services on unique ports — true parallel testing with zero credential conflicts. Args: staged | unstaged | N | working-tree | file:<path> | rescan | guided [description] Source: louiscavalcante/skills.

How do I install autonomous-tests-swarm?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/louiscavalcante/skills --skill autonomous-tests-swarm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/louiscavalcante/skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-06