fix: default skill examples to cloud.uipath.com, keep alpha as non-prod only#2102
Conversation
…od only alpha.uipath.com is an internal/pre-production environment and should not be surfaced as a default or generic example. Switch all primary login examples, env-var defaults, sample state values, and doc comments to cloud.uipath.com. alpha is retained only where explicitly labeled as a non-production example or in environment-mapping tables. PILOT-6377 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Claude finished @gabrielavaduva's task in 2m 20s —— View job PR Review: Default skill examples to cloud.uipath.com
SummaryStraightforward URL-hygiene fix: replaces Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | OK | No frontmatter changes — name/description fields untouched |
| E2E Tests | OK | No behavioral changes — existing tests unaffected |
| Skill Body | OK | Login examples improved (production-first, alpha relabeled) |
| References & Assets | OK | All URL changes consistent with env-mapping conventions |
| Repo Hygiene | OK | No secrets, no cross-skill refs, scoped changes only |
Issues for Manual Review
None found.
Conclusion
Clean, well-scoped fix. All nine changes are correct and consistent with each other and with the env-mapping conventions already established in the codebase. No issues found — this is ready to merge.
Revert the added extra `uip login --tenant` example lines and drop the lingering alpha reference; keep the original single-command shape with cloud.uipath.com as the authority. PILOT-6377 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rliuup
left a comment
There was a problem hiding this comment.
Audit re-grep across the repo confirms every remaining alpha.uipath.com reference is policy-compliant: either an environment-mapping table row (listed alongside cloud/staging) or a line explicitly labeled non-prod. No missed alpha-as-default examples. Clean, well-scoped fix.
…od only (#2102) * fix: default skill examples to cloud.uipath.com, keep alpha as non-prod only alpha.uipath.com is an internal/pre-production environment and should not be surfaced as a default or generic example. Switch all primary login examples, env-var defaults, sample state values, and doc comments to cloud.uipath.com. alpha is retained only where explicitly labeled as a non-production example or in environment-mapping tables. PILOT-6377 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix: use single cloud.uipath.com login example in insights/tasks skills Revert the added extra `uip login --tenant` example lines and drop the lingering alpha reference; keep the original single-command shape with cloud.uipath.com as the authority. PILOT-6377 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Problem
Some skills referenced
alpha.uipath.comas a default or generic example URL.alpha.uipath.comis an internal/pre-production environment and should not be surfaced to users as an example or default. See PILOT-6377.Change
Switched every spot where alpha was the default/primary example to
cloud.uipath.com(production). alpha is retained only where it is explicitly labeled as a non-production example or appears in an environment-mapping reference table alongside cloud — consistent with the guidance that alpha may be shown as a non-prod example, but the default must be cloud.Fixed (alpha-as-default → cloud)
uipath-tasks/SKILL.mduipath-insights/SKILL.mduipath-platform/SKILL.md.authUIPATH_URL=→cloud.uipath.comuipath-governance/.../auth-context.mdUIPATH_URLexample → clouduipath-human-in-the-loop/.../hitl-node-apptask.mdUIPATH_URLcomment example → clouduipath-coded-apps/.../state-file.mdenv/cloudUrl→ clouduipath-coded-apps/.../build/impl.mduipath-coded-apps/.../build-dashboard.mjscloudUrl/apiUrlexamples → cloud /api.uipath.comuipath-api-workflow/.../troubleshooting.mdIntentionally left as-is
# non-prod/# non-production environments/# alpha(governance, coded-apps SKILL, maestro-flow, rpa, agents)uipath-maestro-bpmn/.../expected-findings/demo.bpmn— validator test fixture data, not user-facing docsAcceptance criteria
alpha.uipath.comas a default or generic example URLcloud.uipath.com🤖 Generated with Claude Code