Use when building or extending a Page Object Model (POM) for the Opik E2E suite (under tests_end_to_end/e2e/pom/) and you need to choose stable selectors against the live UI. Walks through seeding required state, exploring the running page with the Playwright MCP (accessibility snapshot + data-testid enumeration), picking the most stable locator for each element, and verifying it before committing. Used as the discovery sub-step by the writing-e2e-tests skill.
$npx -y skills add comet-ml/opik --skill playwright-pom-discoveryInstalls into the current project.
Run `npx skills use "https://github.com/comet-ml/opik" --skill "comet-ml/opik/playwright-pom-discovery"` 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.