跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Arize Instrumentation

技能 活跃

Adds Arize AX tracing to an LLM application for the first time. Follows a two-phase agent-assisted flow to analyze the codebase then implement instrumentation after user confirmation. Use when the user wants to instrument their app, add tracing from scratch, set up LLM observability, integrate OpenTelemetry or openinference, or get started with Arize tracing.

目的

To enable users to easily add LLM observability and tracing to their applications using Arize AX by following a guided, agent-assisted workflow.

功能

  • Adds Arize AX tracing to LLM applications.
  • Two-phase agent-assisted analysis and implementation flow.
  • Supports Python, TypeScript/JavaScript, Java, and Go.
  • Integrates with LLM providers, frameworks, and OpenTelemetry.
  • Provides detailed guidance on manual span creation for tool use.

使用场景

  • When a user wants to instrument their application for the first time with Arize AX tracing.
  • When a user needs to set up LLM observability from scratch.
  • When a user wants to integrate OpenTelemetry or openinference with their LLM application.
  • When a user needs to get started with Arize tracing and requires guided setup.

非目标

  • Replacing core business logic of the application.
  • Generating extensive documentation or summary files beyond the necessary code.
  • Embedding literal credential values in generated code.
  • Proactively checking `ax` installation or version before it's needed.

工作流

  1. Phase 0: Environment preflight (confirm scope, identify runtime needs)
  2. Phase 1: Analysis (scan manifests, check imports, detect existing tracing, identify scope)
  3. Phase 1 Output: Summarize findings and propose integration
  4. Phase 2: Implementation (fetch docs, install packages, set credentials, centralize instrumentation, add manual spans if needed)
  5. Verification (app builds, starts, produces traces; check in Arize or provide blockers)

实践

  • Code Analysis
  • Observability
  • Instrumentation
  • Agent-Assisted Development

先决条件

  • Access to the codebase
  • Python, TypeScript/JavaScript, Java, or Go runtime environment
  • Arize API Key and Space ID (to be configured by the user)

Execution

  • warning:Pinned dependenciesWhile installation instructions specify packages to install, they do not explicitly mandate pinning versions or provide lockfile generation steps, which could lead to unexpected behavior with dependency updates.

安装

npx skills add github/awesome-copilot

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

95 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标32.9k
许可证MIT
状态
查看源代码

类似扩展

Cleanup Cycles

100

Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".

技能
raintree-technology

Arize Trace Skill

99

Downloads, exports, and inspects existing Arize traces and spans to understand what an LLM app is doing or debug runtime issues. Covers exporting traces by ID, spans by ID, sessions by ID, and root-cause investigation using the ax CLI. Use when the user wants to look at existing trace data, see what their LLM app is doing, export traces, download spans, investigate errors, or analyze behavior regressions.

技能
github

Coding Standards

100

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

技能
affaan-m

Aws Cdk Development

100

AWS Cloud Development Kit (CDK) 专家,用于使用 TypeScript/Python 构建云基础设施。在创建 CDK 堆栈、定义 CDK 构造、实现基础设施即代码,或当用户提及 CDK、CloudFormation、IaC、cdk synth、cdk deploy,或希望以编程方式定义 AWS 基础设施时使用。涵盖 CDK 应用结构、构造模式、堆栈组合和部署工作流。

技能
zxkane

Sentry React Router Framework Sdk

100

Full Sentry SDK setup for React Router Framework mode. Use when asked to "add Sentry to React Router Framework", "install @sentry/react-router", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.

技能
getsentry

Arize Link

99

Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. Produces clickable URLs for sharing Arize resources with team members. Use when the user wants to link to or open a trace, span, session, dataset, evaluator, or annotation config in the Arize UI.

技能
github