{"id":"e1057d42-5d38-4698-a273-c40c8fd5e007","shortId":"TMK9ez","kind":"skill","title":"arize-link","tagline":"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, eval","description":"# Arize Link\n\nGenerate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs.\n\n## When to Use\n\n- User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config\n- You have IDs from exported data or logs and need to link back to the UI\n- User asks to \"open\" or \"view\" any of the above in Arize\n\n## Required Inputs\n\nCollect from the user or context (exported trace data, parsed URLs):\n\n| Always required | Resource-specific |\n|---|---|\n| `org_id` (base64) | `project_id` + `trace_id` [+ `span_id`] — trace/span |\n| `space_id` (base64) | `project_id` + `session_id` — session |\n| | `dataset_id` — dataset |\n| | `queue_id` — specific queue (omit for list) |\n| | `evaluator_id` [+ `version`] — evaluator |\n\n**All path IDs must be base64-encoded** (characters: `A-Za-z0-9+/=`). A raw numeric ID produces a valid-looking URL that 404s. If the user provides a number, ask them to copy the ID directly from their Arize browser URL (`https://app.arize.com/organizations/{org_id}/spaces/{space_id}/…`). If you have a raw internal ID (e.g. `Organization:1:abC1`), base64-encode it before inserting into the URL.\n\n## URL Templates\n\nBase URL: `https://app.arize.com` (override for on-prem)\n\n**Trace** (add `&selectedSpanId={span_id}` to highlight a specific span):\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/projects/{project_id}?selectedTraceId={trace_id}&queryFilterA=&selectedTab=llmTracing&timeZoneA=America%2FLos_Angeles&startA={start_ms}&endA={end_ms}&envA=tracing&modelType=generative_llm\n```\n\n**Session:**\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/projects/{project_id}?selectedSessionId={session_id}&queryFilterA=&selectedTab=llmTracing&timeZoneA=America%2FLos_Angeles&startA={start_ms}&endA={end_ms}&envA=tracing&modelType=generative_llm\n```\n\n**Dataset** (`selectedTab`: `examples` or `experiments`):\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/datasets/{dataset_id}?selectedTab=examples\n```\n\n**Queue list / specific queue:**\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/queues\n{base_url}/organizations/{org_id}/spaces/{space_id}/queues/{queue_id}\n```\n\n**Evaluator** (omit `?version=…` for latest):\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/evaluators/{evaluator_id}\n{base_url}/organizations/{org_id}/spaces/{space_id}/evaluators/{evaluator_id}?version={version_url_encoded}\n```\nThe `version` value must be URL-encoded (e.g., trailing `=` → `%3D`).\n\n**Annotation configs:**\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/annotation-configs\n```\n\n## Time Range\n\nCRITICAL: `startA` and `endA` (epoch milliseconds) are **required** for trace/span/session links — omitting them defaults to the last 7 days and will show \"no recent data\" if the trace falls outside that window.\n\n**Priority order:**\n1. **User-provided URL** — extract and reuse `startA`/`endA` directly.\n2. **Span `start_time`** — pad ±1 day (or ±1 hour for a tighter window).\n3. **Fallback** — last 90 days (`now - 90d` to `now`).\n\nPrefer tight windows; 90-day windows load slowly.\n\n## Instructions\n\n1. Gather IDs from user, exported data, or URL context.\n2. Verify all path IDs are base64-encoded.\n3. Determine `startA`/`endA` using the priority order above.\n4. Substitute into the appropriate template and present as a clickable markdown link.\n\n## Troubleshooting\n\n| Problem | Solution |\n|---|---|\n| \"No data\" / empty view | Trace outside time window — widen `startA`/`endA` (±1h → ±1d → 90d). |\n| 404 | ID wrong or not base64. Re-check `org_id`, `space_id`, `project_id` from the browser URL. |\n| Span not highlighted | `span_id` may belong to a different trace. Verify against exported span data. |\n| `org_id` unknown | `ax` CLI doesn't expose it. Ask user to copy from `https://app.arize.com/organizations/{org_id}/spaces/{space_id}/…`. |\n\n## Related Skills\n\n- **arize-trace**: Export spans to get `trace_id`, `span_id`, and `start_time`.\n\n## Examples\n\nSee references/EXAMPLES.md for a complete set of concrete URLs for every link type.","tags":["arize","link","awesome","copilot","github","agent-skills","agents","custom-agents","github-copilot","hacktoberfest","prompt-engineering"],"capabilities":["skill","source-github","skill-arize-link","topic-agent-skills","topic-agents","topic-awesome","topic-custom-agents","topic-github-copilot","topic-hacktoberfest","topic-prompt-engineering"],"categories":["awesome-copilot"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/github/awesome-copilot/arize-link","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add github/awesome-copilot","source_repo":"https://github.com/github/awesome-copilot","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 33270 github stars · SKILL.md body (4,073 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T18:52:05.027Z","embedding":null,"createdAt":"2026-04-18T20:36:17.107Z","updatedAt":"2026-05-18T18:52:05.027Z","lastSeenAt":"2026-05-18T18:52:05.027Z","tsv":"'/annotation-configs':416 '/datasets':335 '/evaluators':377,388 '/organizations':259,292,329,346,355,371,382,410 '/organizations/':211,605 '/projects':265,298 '/queues':352,361 '/spaces':214,262,295,332,349,358,374,385,413,608 '1':226,453,469,472,496 '1d':552 '1h':551 '2':464,506 '2flos':276,309 '3':478,515 '3d':405 '4':524 '404':554 '404s':190 '7':436 '9':178 '90':481,490 '90d':484,553 'a-za-z0':174 'abc1':227 'add':248 'alway':128 'america':275,308 'angel':277,310 'annot':20,66,85,406 'app.arize.com':210,241,604 'app.arize.com/organizations/':209,603 'appropri':528 'ariz':2,9,27,48,55,114,206,614 'arize-link':1 'arize-trac':613 'ask':104,197,598 'ax':592 'back':99 'base':239,257,290,327,344,353,369,380,408 'base64':135,145,171,229,513,559 'base64-encode':228 'base64-encoded':170,512 'belong':579 'browser':207,571 'charact':173 'check':562 'cli':593 'clickabl':23,534 'collect':117 'complet':632 'concret':635 'config':21,67,86,407 'context':122,505 'copi':200,601 'critic':419 'data':92,125,443,502,541,588 'dataset':15,46,61,80,151,153,322,336 'day':437,470,482,491 'deep':5,51 'default':432 'determin':516 'differ':582 'direct':203,463 'doesn':594 'e.g':224,403 'empti':542 'encod':172,230,394,402,514 'end':282,315 'enda':281,314,422,462,518,550 'enva':284,317 'epoch':423 'eval':47 'evalu':18,64,83,161,164,364,378,389 'everi':638 'exampl':324,339,627 'experi':326 'export':91,123,501,586,616 'expos':596 'extract':458 'fall':447 'fallback':479 'gather':497 'generat':4,50,287,320 'get':619 'highlight':253,575 'hour':473 'id':89,134,137,139,141,144,147,149,152,155,162,167,182,202,213,216,223,251,261,264,267,270,294,297,300,303,331,334,337,348,351,357,360,363,373,376,379,384,387,390,412,415,498,510,555,564,566,568,577,590,607,610,621,623 'input':116 'insert':233 'instruct':495 'intern':222 'label':16,62,81 'last':435,480 'latest':368 'link':3,6,38,49,52,74,98,429,536,639 'list':160,341 'llm':288,321 'llmtrace':273,306 'load':493 'log':94 'look':187 'markdown':535 'may':578 'member':31 'millisecond':424 'modeltyp':286,319 'ms':280,283,313,316 'must':168,398 'need':96 'number':196 'numer':181 'omit':158,365,430 'on-prem':244 'open':41,106 'order':452,522 'org':133,212,260,293,330,347,356,372,383,411,563,589,606 'organ':225 'outsid':448,545 'overrid':242 'pad':468 'pars':126 'path':166,509 'prefer':487 'prem':246 'present':531 'prioriti':451,521 'problem':538 'produc':22,183 'project':136,146,266,299,567 'provid':194,456 'queryfiltera':271,304 'queue':17,63,82,154,157,340,343,362 'rang':418 'raw':180,221 're':561 're-check':560 'recent':442 'references/examples.md':629 'relat':611 'requir':115,129,426 'resourc':28,131 'resource-specif':130 'reus':460 'see':628 'selectedsessionid':301 'selectedspanid':249 'selectedtab':272,305,323,338 'selectedtraceid':268 'session':14,45,60,79,148,150,289,302 'set':633 'share':26 'show':440 'skill':612 'skill-arize-link' 'slowli':494 'solut':539 'source-github' 'space':143,215,263,296,333,350,359,375,386,414,565,609 'span':13,44,59,78,140,250,256,465,573,576,587,617,622 'specif':132,156,255,342 'start':279,312,466,625 'starta':278,311,420,461,517,549 'substitut':525 'team':30 'templat':238,529 'tight':488 'tighter':476 'time':417,467,546,626 'timezonea':274,307 'topic-agent-skills' 'topic-agents' 'topic-awesome' 'topic-custom-agents' 'topic-github-copilot' 'topic-hacktoberfest' 'topic-prompt-engineering' 'trace':12,43,58,77,124,138,247,269,285,318,446,544,583,615,620 'trace/span':142 'trace/span/session':428 'trail':404 'troubleshoot':537 'type':640 'ui':10,56,102 'unknown':591 'url':24,127,188,208,236,237,240,258,291,328,345,354,370,381,393,401,409,457,504,572,636 'url-encod':400 'use':32,70,519 'user':35,71,103,120,193,455,500,599 'user-provid':454 'valid':186 'valid-look':185 'valu':397 'verifi':507,584 'version':163,366,391,392,396 'view':108,543 'want':36,72 'widen':548 'window':450,477,489,492,547 'wrong':556 'z0':177 'za':176","prices":[{"id":"d0a0a324-96f6-496b-b617-d655db10ab13","listingId":"e1057d42-5d38-4698-a273-c40c8fd5e007","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"github","category":"awesome-copilot","install_from":"skills.sh"},"createdAt":"2026-04-18T20:36:17.107Z"}],"sources":[{"listingId":"e1057d42-5d38-4698-a273-c40c8fd5e007","source":"github","sourceId":"github/awesome-copilot/arize-link","sourceUrl":"https://github.com/github/awesome-copilot/tree/main/skills/arize-link","isPrimary":false,"firstSeenAt":"2026-04-18T21:48:16.665Z","lastSeenAt":"2026-05-18T18:52:05.027Z"},{"listingId":"e1057d42-5d38-4698-a273-c40c8fd5e007","source":"skills_sh","sourceId":"github/awesome-copilot/arize-link","sourceUrl":"https://skills.sh/github/awesome-copilot/arize-link","isPrimary":true,"firstSeenAt":"2026-04-18T20:36:17.107Z","lastSeenAt":"2026-05-07T22:40:43.681Z"}],"details":{"listingId":"e1057d42-5d38-4698-a273-c40c8fd5e007","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"github","slug":"arize-link","github":{"repo":"github/awesome-copilot","stars":33270,"topics":["agent-skills","agents","ai","awesome","custom-agents","github-copilot","hacktoberfest","prompt-engineering"],"license":"mit","html_url":"https://github.com/github/awesome-copilot","pushed_at":"2026-05-18T01:26:59Z","description":"Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.","skill_md_sha":"44d9f470aed07542a5ee9501258c8ef41f4abc52","skill_md_path":"skills/arize-link/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/github/awesome-copilot/tree/main/skills/arize-link"},"layout":"multi","source":"github","category":"awesome-copilot","frontmatter":{"name":"arize-link","description":"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."},"skills_sh_url":"https://skills.sh/github/awesome-copilot/arize-link"},"updatedAt":"2026-05-18T18:52:05.027Z"}}