Draft, refine, and publish bilingual PigeonPod GitHub release notes from commits on the `release` branch. Use when Codex needs to compare commits since the latest published GitHub release, write a new local release note under `dev-docs/release-notes`, align English and Chinese release-note sections after user edits, or create/update a GitHub Release while keeping the markdown H1 as the GitHub release title instead of the release body.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Use this skill to turn release branch commit history into a user-facing bilingual release note, iterate with the user on the local markdown draft, and publish the final version to GitHub without leaking the local H1 title into the GitHub release body.
Read references/release-style.md before drafting or polishing copy.
dev-docs/release-notes/v<version>_<YYYY-MM-DD>.md.python3 .codex/skills/release-note-publisher/scripts/collect_release_context.py --repo <owner/repo> --branch releaserelease branch commit.release branch is stale or missing tags, fetch origin/release and tags before drafting.Breaking Changes unless the user explicitly asks for it.python3 .codex/skills/release-note-publisher/scripts/publish_release.py --repo <owner/repo> --notes-file <path> --tag <tag> --target release --dry-run--dry-run.auto mode, the publish script edits an existing release for the tag or creates a new release if the tag does not exist yet.scripts/collect_release_context.pyResolve the latest published GitHub release, its tag, its release commit SHA, and the local commit log from that baseline to the target branch.
scripts/publish_release.pyParse the local markdown note, strip the first H1 from the body, and create or update the GitHub release with gh.
references/release-style.mdUse this file for format rules, bilingual alignment rules, and PigeonPod-specific copywriting guidance.
27a1e11
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.