Agent skill · Backend & API

phoenix-cli

Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review experiments, query annotation configs, and use the GraphQL API. Use whenever the user is analyzing traces or spans, investigating LLM/agent failures, deciding what to do after instrumenting an app, building failure taxonomies, choosing what evals to write, or asking "what's going wrong", "what kinds of mistakes", or "where do I focus" — even without naming a technique.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill phoenix-cli --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 3
SKILL.md size: 16 KB
Bundled scripts: none
Version: 3.3.0
Declared author: arize-ai
Requires: Requires Node.js (for npx) or global install of @arizeai/phoenix-cli. Optionally requires jq for JSON processing.
Path: skills/phoenix-cli/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Phoenix CLI ## Invocation ```bash px <resource> <action> # if installed globally npx @arizeai/phoenix-cli <resource> <action> # no install required ``` The CLI uses singular resource commands with subcommands like `list` and `get`: ```bash px trace list px trace get <trace-id> px trace annotate <trace-id> px trace add-note <trace-id> px trace-annotations delete px span list px span annotate <span-id> px span add-note <span-id> px span-annotations delete px session list px session get <session-id> px session annotate <session-id> px session add-note <session-id> px session-annotations delete px dataset list px dataset get <name> px project list px project get <name> px annotation-config list px auth status px profile list px profile show [name] px profile create <name> px profile use <name> px profile edit <name> px profile delete <name> ``` ## Setup ```bash export PHOENIX_HOST=http://localhost:6006 export PHOENIX_PROJECT=my-project export PHOENIX_API_KEY=your-api-key # if auth is enabled ``` Always use `--format raw --no-progress` when piping to `jq`. ## Quick Reference | Task | Files | | ---- | ----- | | Look at sampled traces, spans, or sessions and write specific notes about w

What's inside
Steps it walks through
  1. Invocation
  2. Setup
  3. Quick Reference
  4. Workflows
  5. Reference Categories
  6. Auth
  7. Profiles
  8. Projects
  9. Traces
  10. Trace JSON shape
  11. Spans
  12. Span JSON shape
  13. Sessions
  14. Session JSON shape
Ships with 2 files
  • references/axial-coding.md
  • references/open-coding.md
Commands it runs
px <resource> <action>                          # if installed globally
npx @arizeai/phoenix-cli <resource> <action>    # no install required
px trace list
px trace get <trace-id>
px trace annotate <trace-id>
px trace add-note <trace-id>
px trace-annotations delete
px span list
px span annotate <span-id>
px span add-note <span-id>
More from awesome-copilot
All skills →
About this skill
What does the phoenix-cli skill do?

Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review experiments, query annotation configs, and use the GraphQL API. Use whenever the user is analyzing traces or spans, investigating LLM/agent failures, deciding what to do after instrumenting an app, building failure taxonomies, choosing what evals to write, or asking "what's going wrong", "what kinds of mistakes", or "where do I focus" — even without naming a technique.

How do I install it?

Run `npx skills add github/awesome-copilot --skill phoenix-cli --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going