.agents/commands/comet/investigate-e2e-failure.md
Investigate a failed Opik E2E test and propose a fix. The command gathers the evidence (trace, error, history), classifies the failure as a real regression, a flake, or environment/selector drift, and proposes a specific fix. Read-only — it diagnoses and proposes; it does not edit tests.
Run v2 suite check (URL or run id).dataset-crud-smoke) when you want its history / flake status.Invoke the debugging-e2e-tests skill and follow it exactly. It carries the loop — resolve the entry point → gather the trace + history → classify regression vs. flake → diagnose → report and propose — along with the evidence sources (the allure-testops MCP, gh artifacts, npx playwright show-trace) and the classification heuristics.
writing-e2e-tests skill.