Analyze the current repository and generate (or update) its test plans — TESTS_E2E.md for autonomous integration runs and TESTS_MANUAL.md for guided hand-testing — at the repo root. Use whenever the user wants to set up e2e or manual testing, create or refresh a test plan, "init the tests", bootstrap acceptance testing, or after a feature lands and the plans need updating. Also use when test-e2e or test-manual report a missing plan file.
$npx -y skills add knowhowlab/agent-testkit --skill test-initInstalls into the current project.
Run `npx skills use "https://github.com/knowhowlab/agent-testkit" --skill "knowhowlab/agent-testkit/test-init"` 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.