Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

opik

opik에는 comet-ml에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
13
Stars
20.2k
업데이트
2026-06-16
Forks
1.6k
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

writing-e2e-tests
소프트웨어 품질 보증 분석가·테스터

Use when a developer wants to add, write, or create an end-to-end test for an Opik feature, page, or branch — e.g. "add an e2e test for the experiments comparison page", "write a test for the feature I just built", "e2e test for this branch", "cover the dataset items flow with a test". Runs the full loop in tests_end_to_end/e2e/ — analyze the feature and frontend code, explore the live UI with the Playwright MCP, write the Page Object Model + spec, and run it locally until green.

2026-06-16
debugging-e2e-tests
소프트웨어 품질 보증 분석가·테스터

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.

2026-06-10
playwright-pom-discovery
소프트웨어 품질 보증 분석가·테스터

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.

2026-06-09
opik-backend
소프트웨어 개발자

Java backend patterns for Opik. Use when working in apps/opik-backend, designing APIs, database operations, or services.

2026-06-08
opik-frontend
웹 개발자

React frontend patterns for Opik. Use when working in apps/opik-frontend, on components, state, or data fetching.

2026-05-27
python-sdk
소프트웨어 개발자

Python SDK patterns for Opik. Use when working in sdks/python, on SDK APIs, integrations, or message processing.

2026-04-24
diagram-generation
소프트웨어 개발자

Generate self-contained HTML architecture diagrams. Use when creating visual diagrams for PRs, task plans, or architectural explanations.

2026-04-20
analytics-instrumentation
소프트웨어 개발자

Add analytics events to Opik features. Use when wiring PostHog events on the frontend or backend for product analytics tracking.

2026-04-20
write-docs
소프트웨어 개발자

Authoring Fern MDX documentation pages for the Opik docs site, plus release-note and changelog routing. Use when writing or updating pages under apps/opik-documentation/documentation/fern/, drafting PR descriptions, or picking the right changelog surface.

2026-04-16
playwright-e2e
소프트웨어 품질 보증 분석가·테스터

Playwright E2E test generation workflow for Opik. Use when generating, fixing, or planning automated tests in tests_end_to_end/.

2026-03-19
documentation
소프트웨어 개발자

Feature documentation and release notes patterns. Use when documenting changes, writing PR descriptions, or preparing releases.

2026-02-24
typescript-sdk
소프트웨어 개발자

TypeScript SDK patterns for Opik. Use when working in sdks/typescript.

2026-02-24
local-dev
네트워크·컴퓨터 시스템 관리자

Local development environment setup and commands. Use when helping with dev server, Docker, or local testing.

2026-01-29