Execute the repository's TESTS_E2E.md plan as a complete, autonomous end-to-end integration test — every phase sequentially, failures investigated and fixed immediately, everything logged to a timestamped protocol file. Use when the user asks for an e2e test, a full integration run, acceptance testing, stack verification, a regression run, or to "run the test plan" — with optional scope arguments like quick, no-build, or keep-up.
$npx -y skills add knowhowlab/agent-testkit --skill test-e2eInstalls into the current project.
Run `npx skills use "https://github.com/knowhowlab/agent-testkit" --skill "knowhowlab/agent-testkit/test-e2e"` 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/knowhowlab/agent-testkit" that are relevant to the current task. Run `npx skills add "https://github.com/knowhowlab/agent-testkit"` and select the relevant skills, then follow their instructions.