Run isolated E2E tests in devcontainer from ai_docs/tests runbooks. Use this skill whenever the user asks to: run an E2E test, execute a test runbook, validate a feature end-to-end, create a new runbook, or test CLI behavior in isolation. If you need to run a multi-step CLI validation sequence (init → install → sync → verify), this is the skill — it handles ssenv isolation, flag verification, and structured reporting. Prefer this over ad-hoc docker exec sequences for any test that follows a runbook or needs reproducible isolation.
$npx -y skills add jetbrains/skills --skill cli-e2e-testInstalls into the current project.
Run `npx skills use "https://github.com/jetbrains/skills" --skill "jetbrains/skills/cli-e2e-test"` 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/jetbrains/skills" that are relevant to the current task. Run `npx skills add "https://github.com/jetbrains/skills"` and select the relevant skills, then follow their instructions.