testing
Installation
SKILL.md
Testing
Write, run, and fix tests across E2E, integration, and unit layers.
When to Use
- Failing test, CI failure, Playwright Inspector (
test:e2e:debug) - Add or run tests for a feature
- Post-fix verification after code changes
Not for: unknown layer or NDJSON instrumentation (debug), read-only hunches (investigate), passive coverage review in council (code-review).
Skill boundaries
See agent-routing.md § Quality & ops.
Core Discipline
Address failures as they come. Never accumulate.