What problem does it solve? Automated test suites can pass while the real application is broken — synthetic harnesses miss startup ordering, real network paths, real datastore constraints, and real rendering. This Skill replaces hearsay with first-hand evidence by driving the live app directly and validating every claim against artifacts on disk and direct datastore queries. ## Core Features & Use Cases - Multi-surface walkthroughs: Discovers and exercises CLIs, APIs, web UIs, and datastores, capturing stdout, HTTP responses, screenshots, and query results as evidence. - Structured six-phase workflow: Pre-flight inventory, parallel research sub-agents, app startup, journey-by-journey testing with edge-case sweeps and bug probes, cleanup, and a final report. - Real bug handling: When a genuine defect is found, it documents expected vs actual behavior, writes a regression unit test, and re-verifies the fix first-hand. - Use Case: Before shipping a release, ask the agent to run a manual E2E walkthrough — it starts the server, clicks through the web UI, hits the API with curl, confirms database rows landed, and produces an evidence-backed report of issues found and fixed. ## Quick Start Use the e2e-test skill to manually walk through this app's CLI, API, and web UI and report any bugs with evidence.