ワンクリックで
odh-set-next-release
Interactively plan ODH releases with guided date calculations and mode selection
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Interactively plan ODH releases with guided date calculations and mode selection
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Monitor ODH community release progress with automated PR tracking and completion assistance
Interactively onboard new ODH components with guided questions and validation
Interactively register ODH components for releases with guided questions and validation
Intelligently trigger ODH releases with component readiness preview and fallback guidance
| name | odh-set-next-release |
| description | Interactively plan ODH releases with guided date calculations and mode selection |
| user_invocable | true |
Guide release managers through ODH release planning using conversational prompts with intelligent date calculations and mode explanations. This skill simplifies the complex set-next-release workflow by explaining the three modes, auto-calculating code freeze dates, and providing smart defaults based on release history.
/odh-set-next-release - Start interactive release planning/odh-set-next-release <version> - Start with pre-filled versionnext_release_only - Just plan next release (most common)current_release_only - Update current release infoboth - Update both current and nextvalidate_set_release_inputs.shconfigs/release-status.yaml structureset-next-release.yaml GitHub Actions workflowUser: /odh-set-next-release
Claude: I'll help you set up the next ODH release. Let me gather the details:
What's the next release version?
Hint: Use semantic versioning like "v3.6.0" or early access "v3.6.0-ea.1"
Recent releases: v3.5.0, v3.4.0, v3.3.0
User: v3.6.0
What's the target release date?
Hint: Format as YYYY-MM-DD, usually Tuesdays for ODH releases
Typical cadence: Monthly releases
User: 2026-07-15
Code freeze date will be 3 days before: July 12 (Friday)
Is this acceptable? [Yes/No/Custom]
Hint: Code freeze is when component registrations close
User: Yes
Current Release Status:
- Current: No active release
- Next: Not configured
What should I update?
Options:
1. Set next release only (recommended for planning)
2. Update current release info too
3. Update both current and next
Hint: Use option 1 for initial planning, option 3 if current release needs updating
User: 1
Ready to configure:
- Next Release: v3.6.0 on July 15, 2026
- Code Freeze: July 12, 2026 (Friday)
- Mode: next_release_only
- Will enable: next_release planning
This will set up v3.6.0 as the next planned ODH release.
Shall I configure this release? [Yes/No]
User: Yes
Configuring release...
✓ Updated configs/release-status.yaml
✓ Set next_release.enabled = true
✓ Committed changes to git
Release planning complete! v3.6.0 is now planned for July 15, 2026.
Next: Teams can start registering components for this release.
.claude/skills/odh-set-next-release/scripts/set_next.pyconfigs/release-status.yaml.github/scripts/validate_set_release_inputs.sh