Zerg E2E principles and stability guardrails. Use when fixing flaky E2E or re-enabling tests.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add cipher982/longhouse --skill zerg-e2e --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Zerg E2e?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cipher982-zerg-e2e)More formats (shields.io, HTML) on the badges page.
---
name: zerg-e2e
description: Zerg E2E principles and stability guardrails. Use when fixing flaky E2E or re-enabling tests.
---
# Zerg E2E Guardrails
## Principles
- Correctness first, then speed.
- Avoid silent success: helpers must fail loudly.
- Wait on conditions, not sleeps.
## Typical Fixes
- Selector drift → add `data-testid` in React.
- Readiness waits → wait for network response, not optimistic UI.
- Shared state → isolate data per test/worker.
## Common Commands
```bash
make test-e2e-core
make test-e2e
make test-e2e-single TEST=tests/<spec>.ts
make test-e2e-errors
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!