What problem does it solve?
This Skill turns product changes into durable end-to-end tests so teams can prove behavior against a real app instead of relying on code review alone. It reduces flaky confidence by making acceptance criteria executable, repeatable, and committed to the repository.
Core Features & Use Cases
- Framework detection: Finds the existing E2E stack or scaffolds a sensible default when none exists.
- Acceptance coverage: Converts specs and diffs into user-visible tests for web, API, and workflow changes.
- Run and evidence handling: Starts the app, executes tests, captures failures, and records artifacts and reports.
- Use cases: Great for regression tests after feature work, browser-flow validation, and quality gates before review.
Quick Start
Use the e2e skill to inspect the change, write or update the right end-to-end tests, run them against the real app, and report the results.