원클릭으로
odh-register
Interactively register ODH components for releases with guided questions and validation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interactively register ODH components for releases with guided questions and validation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | odh-register |
| description | Interactively register ODH components for releases with guided questions and validation |
| user_invocable | true |
Guide teams through registering their components for ODH releases using conversational prompts with intelligent defaults and validation. This skill automatically detects the current release, provides hints about versioning patterns, and triggers the established register-component.yaml workflow.
/odh-register - Start interactive registration (will ask for component selection)/odh-register <component-name> - Start registration for specific componentconfigs/release-status.yamlconfigs/release-status.yaml for current active releaseconfigs/components-registry.yaml for component validationreleases/{version}/components.yaml for contextregister-component.yaml GitHub Actions workflowUser: /odh-register dashboard
Claude: I'll help you register dashboard for an ODH release.
Current Release Status:
- Active Release: v3.5.0
- Status: scheduled (accepting registrations)
- Release Date: 2026-07-15
- Code Freeze: 2026-07-12
Register dashboard for v3.5.0? [Yes/No/Other]
Hint: This is the current active release accepting component registrations
User: Yes
What version/tag are you registering?
Hint: Usually semantic version like "v2.8.0"
Previous registrations: v2.7.0 (v3.4.0), v2.6.0 (v3.3.0)
Check your component repo for latest tags: https://github.com/opendatahub-io/odh-dashboard/tags
User: v2.8.0
What branch should we track?
Hint: Usually "main" for latest development, or "release-v2.8" for stable releases
This tells the release system which branch to monitor for changes
Previous: "main" (v3.4.0), "release-v2.7" (v3.3.0)
User: release-v2.8
Ready to register:
- Component: dashboard (OpenDataHub Dashboard)
- Version: v2.8.0
- Branch: release-v2.8
- Release: v3.5.0
- Registration: Will update releases/v3.5.0/components.yaml
This will make dashboard v2.8.0 available for the v3.5.0 ODH release.
Shall I register this component? [Yes/No]
User: Yes
Registering component...
✓ Updated releases/v3.5.0/components.yaml
✓ Committed changes to git
Registration complete! Dashboard v2.8.0 is now registered for ODH v3.5.0.
Next: The release will include your component when triggered.
/odh-onboard if component needs to be added.claude/skills/odh-register/scripts/register.pyconfigs/release-status.yamlconfigs/components-registry.yamlreleases/{version}/components.yamlconfigs/release-status.yaml → current_release fieldconfigs/components-registry.yaml → available componentsreleases/{version}/components.yaml → previous versionsMonitor ODH community release progress with automated PR tracking and completion assistance
Interactively onboard new ODH components with guided questions and validation
Interactively plan ODH releases with guided date calculations and mode selection
Intelligently trigger ODH releases with component readiness preview and fallback guidance