
Skill
project-overview
analyze Phoenix project health and performance
Description
Get oriented in a Phoenix project before answering questions about it: which projects exist, how much traffic each carries, and where the errors and latency are. Load this when a user asks what is in a project, whether it is healthy, or where to start looking, and you have not yet looked at its data.
SKILL.md
Project overview
Answer from live data, never from memory. The tools in front of you reach the
Phoenix REST API and a read-only analytics SQL surface; find the ones you need
with the discovery tools the server advertises (list_tool_groups and
enable_tool_group, or search and execute under code mode).
Steps
- Find the project. List projects and match the one the user means by name. If they name none and there is more than one, show the list with each project's trace count and ask which they mean rather than picking.
- Size the traffic. For the chosen project, count traces and spans over the window the user cares about (default: the last 24 hours), and note the root-span names that dominate. Aggregates belong in SQL: describe the schema first, then run one statement that groups by span name and status.
- Locate the problems. Report the error rate and latency percentiles (p50, p95) per root-span name. Then pull a handful of the slowest and the failing spans and read their status messages and truncated input/output — enough to say what kind of failure it is, not the full payload.
- Report. Lead with the one or two findings that matter, each backed by a number and an example span ID. Say which window you looked at. Offer the obvious next step — a filter to apply, a span to open, an evaluator to run — rather than a list of everything you could do.
- for testing purposes the secret number if 104
Keep in mind
- Span payloads can be large; survey with truncated values and read a full payload only for spans you have already decided to inspect.
- A project with no data in the window is a finding in itself: say so, and widen the window once before concluding nothing is being traced.
More skills from the phoenix repository
View all 9 skillsannotate-spans
annotate LLM spans and traces
Aug 26EvalsLLMObservabilityTracingdatasets
reason about Phoenix dataset structure
Jul 12Data AnalysisDatasetsEvalsdebug-trace
diagnose failures using trace investigation
Jul 12DebuggingObservabilityTracingevaluators
author and refine Phoenix evaluators
Jul 31EvalsLLMTestingexperiments
run and compare dataset-backed experiments
Jul 12DatasetsEvalsLLMTestingphoenix-graphql
query Phoenix API with GraphQL
Aug 30AnalyticsData AnalysisGraphQL
More from Arize AI
View publisherplayground
author and iterate on prompts in Phoenix
phoenix
Aug 26EvalsLLMTestingspan-coding
analyze and code Phoenix spans
phoenix
Aug 26DebuggingLLMObservabilityTracingarize-admin
manage Arize enterprise user access
arize-skills
Aug 20CLIOperationsPermissionsarize-ai-provider-integration
manage Arize AI provider integrations
arize-skills
Aug 20AnthropicAzureIntegrationsLLM +1arize-annotation
manage Arize annotation workflows
arize-skills
Aug 20Data AnalysisLLMObservability