用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/opendatahub-io/odh-release-manager --skill odh-register命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Monitor 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
基于 SOC 职业分类
正在显示 SKILL.md
| 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 versions