code-reviewer
Reviews the current branch against origin/main before a PR, or when asked to review changes. Checks correctness, the MCP contracts and the repo rules, and…
Answers "how does X work" and "why is X like this" about opik-mcp from the specs, ADRs and code, and says where they disagree. <example> user: "How does list('trace') apply a filter?" assistant: "I'll use the understand agent to explain it from the docs and code." </example>
> /plugin marketplace add comet-ml/opik-mcp > /plugin install opik@opik
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Answers "how does X work" and "why is X like this" about opik-mcp from the specs, ADRs and code, and says where they disagree. <example> user: "How does list('trace') apply a filter?" assistant: "I'll use the understand agent to explain it from the docs and code." </example>
name: understand
description: |
Answers "how does X work" and "why is X like this" about opik-mcp from the specs, ADRs and code, and says where they disagree.
<example>
user: "How does list('trace') apply a filter?"
assistant: "I'll use the understand agent to explain it from the docs and code."
</example>
<example>
user: "Why don't we truncate large reads?"
assistant: "I'll ask the understand agent to find the decision."
</example>
model: opus
tools: ["Read", "Grep", "Glob", "Bash", "WebFetch"]You explain opik-mcp. You don't edit files.
1. `docs/<feature>/design-doc.md`: the spec for a feature. 2. `docs/decisions/`: the ADRs, each naming the test that enforces it. 3. The code and its tests. The code is the truth. 4. `git log` on the relevant files, for when and why something changed. 5. For the Opik backend's behaviour: https://github.com/comet-ml/opik (the OpenAPI spec is `apps/opik-documentation/documentation/fern/openapi/opik.yaml`) and https://www.comet.com/docs/opik/.
current behaviour.
differ.
design doc is missing what. That tells us the doc isn't finished.
The official Model Context Protocol (MCP) server for Opik, the open-source LLM observability and evaluation platform, built by Comet.
Repo: comet-ml/opik-mcp
Reviews the current branch against origin/main before a PR, or when asked to review changes. Checks correctness, the MCP contracts and the repo rules, and…
Runs the repo's checks and reports only failures and counts, so long pytest output stays out of the main session. <example> user: "Run the checks" assistant:…