source-command-update-infos-release

Solid

Update Codex releases tracking (guide + landing + version bump)

AI & Automation 4,608 stars 615 forks Updated 2 days ago CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# source-command-update-infos-release Use this skill when the user asks to run the migrated source command `update-infos-release`. ## Command Template # Release Management Workflow Automate Codex releases tracking and guide version management. ## Usage ``` /update-infos-release # Update CC releases only (no guide version bump) /update-infos-release patch # Update CC + bump guide patch (3.9.11 → 3.9.12) /update-infos-release minor # Update CC + bump guide minor (3.9.11 → 3.10.0) /update-infos-release major # Update CC + bump guide major (3.9.11 → 4.0.0) ``` ## Workflow Steps ### 1. Check for New Codex Releases ```bash ./scripts/update-cc-releases.sh ``` If new versions detected, continue. Otherwise, stop. ### 2. Update Codex Releases Tracking **Files to update:** - `machine-readable/Codex-releases.yaml` - `guide/Codex-releases.md` - `Codex-ultimate-guide-landing/index.html` (badge + section) **Process:** 1. Read latest release notes from the command output 2. Extract version, date, and highlights (2-4 key features max) 3. Update YAML with condensed highlights 4. Update Markdown with expanded details 5. Update landing badge version 6. If major features, update landing #releases section (keep top 5) **Condensation rules for YAML:** - ⭐ Major features get star emoji - Breaking changes → `breaking:` array - Bug fixes → single line - 2-4 highlights max (focus on user-facing changes) - Skip internal/SDK changes unless breaking ### 3. Guide Version Bu...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
4 months ago
Last Updated
2 days ago
Language
TypeScript
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category