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.