con un clic
zerg-testing
Zerg testing workflow (unit + E2E). Use when running or debugging tests.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Zerg testing workflow (unit + E2E). Use when running or debugging tests.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Zerg/Longhouse full ship cycle — test, deploy, QA, verify. Use when pushing changes to production or doing a full dev→deploy iteration.
Zerg local dev workflow (make dev, logs, debug, stop). Use when running or troubleshooting this repo.
Longhouse managed provider CLI control paths for Claude, Codex, Antigravity, and similar CLIs. Use when investigating or changing managed sessions, provider binary ownership, `longhouse claude`, `longhouse codex`, bridge/relay/hook behavior, local-health liveness, reattach behavior, stale provider runtimes, or AGENTS.md guidance about managed vs unmanaged sessions.
Refresh and ship the Longhouse landing hero video, poster, and supporting product screenshots from realistic demo data, then verify the responsive composition visually.
Diagnose slow or inconsistent managed Longhouse sessions by separating provider-loop latency, local hook/control-path health, hosted ingest lag, and runtime-state mismatches.
Debug hosted Longhouse instances on the runtime host. Use when investigating a hosted tenant / live prod behavior, control-plane-managed tenants, managed session state, hosted auth, or tenant SQLite state.
| name | zerg-testing |
| description | Zerg testing workflow (unit + E2E). Use when running or debugging tests. |
make test # unit tests
make test-e2e-core # core E2E (must pass 100%)
make test-e2e # full E2E (retries ok)
make test-full # unit + full E2E + visual checks
make test-e2e-single TEST=tests/<spec>.ts
make test-e2e-errors # show last E2E errors
make test-e2e-verbose # full output for debugging
make test-e2e-errorsmake test-e2e-single TEST=tests/<spec>.tsmake test-e2e-verbose