Test a web app like a QA person — open it in a real browser, click through flows, and report what's broken with screenshots and code references. Works on localhost. Use when the user wants to test their app, verify a flow works, check for visual bugs, or validate changes before pushing.
$npx -y skills add hanzili/hanzi-browse --skill e2e-testerInstalls into the current project.
Run `npx skills use "https://github.com/hanzili/hanzi-browse" --skill "hanzili/hanzi-browse/e2e-tester"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hanzili/hanzi-browse" that are relevant to the current task. Run `npx skills add "https://github.com/hanzili/hanzi-browse"` and select the relevant skills, then follow their instructions.