Use when a developer wants a release-gate test for a change before merge — e.g. "explore this feature", "add a release-gate test for my PR", "gate this branch", "cover the feature in PR #7303", "release-gate test for these tickets". Reads a ticket + changed code, writes a happy-path test-plan.md (posted to Jira), and commits one staging-ready @release-gate Playwright test that gates that change's own release. Delegates the actual test authoring to writing-e2e-tests.
$npx -y skills add comet-ml/opik --skill explore-featureInstalls into the current project.
Run `npx skills use "https://github.com/comet-ml/opik" --skill "comet-ml/opik/explore-feature"` 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.