What problem does it solve?
This Skill defines a practical, real-system validation strategy that prevents false positives from mocks by verifying integration, end-to-end journeys, accessibility, performance, and security directly against running web applications.
Core Features & Use Cases
- Layered Validation: Five explicit layers (Integration, E2E, Accessibility, Performance, Security) to choose the right scope of testing per feature.
- Evidence-first Workflow: Produce organized e2e-evidence directories for each layer so verdicts cite real command and browser outputs.
- Delegation and Integration: Delegates browser automation to playwright-validation and complements visual-inspection and verdict-writer agents for review.
- Use Case Examples: Validating a new page route, sign-up/login journeys, form input sanitization, Core Web Vitals after performance optimizations, and accessibility checks for WCAG compliance.
Quick Start
Run the web-testing skill to build a layered validation plan for a feature and collect evidence from real system endpoints.