Skip to content

Add Symphony release skill - #117

Merged
frantic-openai merged 1 commit into
mainfrom
codex/add-release-skill
Jul 24, 2026
Merged

Add Symphony release skill#117
frantic-openai merged 1 commit into
mainfrom
codex/add-release-skill

Conversation

@frantic-openai

Copy link
Copy Markdown
Collaborator

Context

Symphony releases need a short, reusable procedure that keeps tags aligned with the committed project version.

TL;DR

Add a concise repo-local skill for cutting Symphony releases.

Summary

  • Add .codex/skills/release/SKILL.md.
  • Cover version bumps, PR landing, annotated tags, and release verification.

Alternatives

  • Relying on memory risks tagging an unmerged or version-mismatched commit.
  • A longer runbook would duplicate the existing commit, push, and land skills.

Test Plan

  • make -C elixir all
  • python3 /Users/frantic/.codex/skills/.system/skill-creator/scripts/quick_validate.py /Users/frantic/.codex/worktrees/symphony-add-release-skill/.codex/skills/release

Summary:
- Add a concise repo-local release skill.
- Capture version alignment, PR landing, tagging, and workflow checks.

Rationale:
- Keep Symphony releases on the committed version and merged revision.
- Prevent tags from getting ahead of the release source of truth.

Tests:
- python3 /Users/frantic/.codex/skills/.system/skill-creator/scripts/quick_validate.py /Users/frantic/.codex/worktrees/symphony-add-release-skill/.codex/skills/release
- make -C elixir all

Co-authored-by: Codex <codex@openai.com>
@frantic-openai
frantic-openai merged commit f8e8b8a into main Jul 24, 2026
2 checks passed
@frantic-openai
frantic-openai deleted the codex/add-release-skill branch July 24, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant