Skip to main content
comet-ml
ملف منشئ GitHub

comet-ml

عرض على مستوى المستودعات لـ ٤٢ skills مجمعة عبر ٨ مستودعات GitHub.

skills مجمعة
٤٢
مستودعات
٨
محدث
٢٨ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

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.

٢٨ أغسطس ٢٠٢٦
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…

٢٧ أغسطس ٢٠٢٦
analytics-instrumentation
غير مصنف

Add product analytics (BI) events to Opik features. Use when wiring events on the frontend, the backend, or the Python SDK - all three report through Segment to PostHog.

٢٥ أغسطس ٢٠٢٦
explore-feature
غير مصنف

Use when a developer wants an e2e test covering a change they just made — e.g. "explore this feature", "add a test for my PR", "cover the feature in PR

٢٥ أغسطس ٢٠٢٦
documentation
غير مصنف

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

٢٥ أغسطس ٢٠٢٦
opik-integrations
مطوّرو البرمجيات

Build, update, test, and document Opik SDK integrations (Python & TypeScript). Use when adding a new framework/provider integration under sdks/python/src/opik/integrations or sdks/typescript/src/opik/integrations, updating an existing one, or verifying that…

٢٥ أغسطس ٢٠٢٦
query-performance
مطوّرو البرمجيات

Validate what a ClickHouse query actually costs before merging it — at production scale through read-only environment access, or on a revived Testcontainers dataset extrapolated to 20k/500k/1M entities. Use when a DAO query changes, when an endpoint is slow,…

١٤ أغسطس ٢٠٢٦
python-sdk
مطوّرو البرمجيات

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

٦ أغسطس ٢٠٢٦
عرض 8 من أصل ١٩ skills مجمعة.
compare-runs
مطوّرو البرمجيات

Pull 2+ Comet experiments via the Comet MCP server (or `comet_ml.API` as fallback) and render a side-by-side markdown table of metrics and hyperparameters. Highlights the winning value per metric row. Use when the user asks to "compare", "diff", "which run…

٢٨ مايو ٢٠٢٦
evaluate-run
مطوّرو البرمجيات

Query a single Comet experiment via the Comet MCP server (or `comet_ml.API` as a fallback), fetch its metrics and parameters, and compare against thresholds (inline or from `thresholds.yaml`). Reports pass/fail per metric with a markdown table. Use when the…

٢٨ مايو ٢٠٢٦
promote-model
مطوّرو البرمجيات

Manage a Comet Model Registry version's status and/or tags via `scripts/registry_mutate.py`. Status is a single-value enum (None / Development / Staging / QA / Production by default; workspace-configurable). Tags are a multi-value free-form list. Confirms…

٢٨ مايو ٢٠٢٦
run-training
مطوّرو البرمجيات

Execute `make train`, capture output, and surface the Comet experiment URL, registered models, logged artifacts, and final metrics. Use when the user asks to "run a training run", "train the model", or "kick off an experiment". Pure shell wrapper — does not…

٢٨ مايو ٢٠٢٦
update-changelog
مطوّرو البرمجيات

Diff HEAD against main, group the changes by Keep-a-Changelog type (Added/Changed/Fixed/...), propose one-line entries under [Unreleased] in CHANGELOG.md, then edit the file inline. User reviews the diff and stages it themselves. Use before any commit that…

٢٨ مايو ٢٠٢٦
update-makefile
مطوّرو البرمجيات

Audit the Makefile against the tooling actually installed (ruff, pytest, mypy, etc.) and the scripts under src/<module>/, then propose missing targets or fix stale ones. Use when adding a new tool or script that should be invokable via make. Preserves…

٢٨ مايو ٢٠٢٦
update-readme
مطوّرو البرمجيات

Regenerate the auto-generated sections of README.md (project tree, common-tasks table) to reflect the current state of pyproject.toml, the Makefile, and src/. Use when project structure changes, deps change, or those sections drift from reality. Preserves any…

٢٨ مايو ٢٠٢٦
opik-explain
غير مصنف

Root-cause a specific Opik trace, or a pattern across traces, and return a grounded explanation. Uses the hosted Opik MCP when it is connected, and falls back to SDK scripting otherwise. Returns the root cause, the evidence spans as clickable Opik UI links,…

٢٨ أغسطس ٢٠٢٦
opik-diagnose
غير مصنف

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (search_traces and agent_insights) and…

٢٨ أغسطس ٢٠٢٦
opik-evaluate
غير مصنف

Build an LLM evaluation and run it against your app, returning an experiment with scores. Covers datasets, LLM judges, RAG evaluation, synthetic data, error analysis, and validating evaluators against human labels. Use when the user wants to measure or…

٢٨ أغسطس ٢٠٢٦
opik-instrument
غير مصنف

Add Opik tracing to an existing app and verify a real trace lands. Installs the Opik package, detects the language and LLM framework, adds the minimum tracing, runs a safe representative path, confirms a trace in Opik, and returns the trace link. Use for…

٢٨ أغسطس ٢٠٢٦
opik
غير مصنف

Reference for the Opik SDK — tracing, span types, framework integrations, threads, and the prompt library (Python, TypeScript, REST). Use for "what span types exist", "how do I flush", "track_openai", "add OpikTracer", "version a prompt". To instrument a repo…

٢٨ أغسطس ٢٠٢٦
scaffold-example
مطوّرو البرمجيات

Scaffold a brand-new Opik example in this repo from a canonical template under templates/ — either a full use-case demo (templates/use-case-template/) or a standalone utility script (templates/script-template/). Use this whenever the user wants to create,…

٣٠ يونيو ٢٠٢٦
add-dataset-items
مطوّرو البرمجيات

Add new items to an Opik evaluation dataset in this repo. Use when the user says "add a case to the dataset", "add items to the Opik dataset", "extend the eval dataset", "seed the dataset", "add test data for the eval", or names new query/expected-output…

٢٢ يونيو ٢٠٢٦
add-eval-suite-items
محللو ضمان جودة البرمجيات والمختبرون

Add new items (plain-English assertions) to an Opik test suite in this repo. Use when the user says "add an assertion", "add a test case to the suite", "extend the eval suite", "add a check to the test suite", "the model should also be tested for X", or…

٢٢ يونيو ٢٠٢٦
run-evals
مطوّرو البرمجيات

Run an Opik evaluation for an example in this repo — metrics (evaluate) and/or assertions (run_tests) against a dataset/test suite. Use when the user says "run the eval", "evaluate the example", "run the test suite", "score the model", "check the metrics",…

٢٢ يونيو ٢٠٢٦
run-optimizations
مطوّرو البرمجيات

Run an Opik prompt optimization (opik-optimizer) for an example in this repo, and optionally promote the result to the Prompt Library. Use when the user says "optimize the prompt", "run the optimizer", "improve the prompt", "run Optimization Studio", "tune…

٢٢ يونيو ٢٠٢٦
عرض ٨ من أصل ٨ مستودعات
تم تحميل كل المستودعات