e2e-validate
Installation
SKILL.md
E2E Functional Validation
The Iron Rule
NEVER create test files, spec files, or test suites.
NEVER import jest, vitest, pytest, or any test framework.
ALWAYS drive the real running system through real user interfaces.
ALWAYS capture evidence to e2e-evidence/ and quote it in verdicts.
Target Detection
Identify the target FIRST — wrong approach wastes the entire session.