Use when an Opik E2E test has failed and a developer wants it investigated — e.g. "why did this e2e test fail?", "investigate the failing run on my PR", "is dataset-crud-smoke flaky?", "the nightly e2e suite went red". Takes a failure from a CI check, a TestOps launch, a test name, or a local run; gathers the trace and history, classifies regression vs. flake, and proposes a fix. Read-only — it diagnoses and proposes, it does not edit tests.
$npx -y skills add comet-ml/opik --skill debugging-e2e-testsInstalls into the current project.
Run `npx skills use "https://github.com/comet-ml/opik" --skill "comet-ml/opik/debugging-e2e-tests"` 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/comet-ml/opik" that are relevant to the current task. Run `npx skills add "https://github.com/comet-ml/opik"` and select the relevant skills, then follow their instructions.